@extends('administrator.layout') @section('admintitle', 'Profile') @section('content')
@if (session()->has('success')) @endif @if (session()->has('error')) @endif
{{ __('text.user') }} {{ __('text.profile') }}
@csrf Client Image

@error('image')

{{ $message }}

@enderror
@endsection