@extends('layouts.app') @section('title', 'Change PIN') @section('breadcrumb', 'Manage Profile') @section('sub-breadcrumb') {{-- --}} Change PIN @endsection @section('content')
@include('layouts.notification') {{-- begin: Search form --}}
@csrf
{{-- end: Search form --}}
@endsection @section('custom-script') @endsection