@extends('crm.layouts.app') @section('styles') @endsection @section('content')
@include('crm.layouts.breadcrumb')

{{ucwords(__('user profile'))}}

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


@csrf @method('PUT')
@endsection @section('scripts') @include('crm.user.profile_js') @endsection