@section('styles') @endsection @extends("layouts.app") @section('main-content') @include('layouts.sub_banner',['title'=>'Change Password', 'image'=>asset('assets/img/reset_password.jpg')])
@if(session('error')) @endif

Change Password

Enter your new Password


@endsection @section('scripts') @endsection