@extends('layout.main') @section('content')

Edit Client

@csrf @method('PUT')
Personal Information
Profile Image (max upload size: 2MB, optional)
@if ($client->avatar) Current Profile Image @endif
@error('avatar')

{{ $message }}

@enderror
Referee Information
Referee Picture (max upload size: 2MB, optional)
@if ($client->referee_pic) Current Referee Picture @endif
@error('referee_pic')

{{ $message }}

@enderror
@endsection @push('scripts') @endpush