@extends('frontend.layout.master') @section('content')
@if (count($errors) > 0) @endif
{{csrf_field()}} {{__('translation.updateprofile')}} @method('PUT')
{{csrf_field()}} {{__('translation.changepassword')}} @method('PUT')
@endsection @push('custom-css') @endpush @push('custom-script') @endpush