@extends($theme.'frontend.layouts.master') @section('title',__('Edit Your Profile')) @section('content')
@csrf
{{__('Update Profile')}}
@csrf
{{__('Change Password')}}
@endsection @section('script') @endsection