@extends('client.layouts.app') @section('styles') @endsection @section('content')
{{-- --}} @include('client.layouts.breadcrumb')
{{-- --}}

{{__('User Profile')}}

@if($errors) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf


@csrf
@endsection