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

Add New Client

@csrf
Personal Information
Profile Image (max upload size: 2MB)
@error('avatar')

{{ $message }}

@enderror
Referee Information
Referee Picture (max upload size: 2MB, optional)
@error('referee_pic')

{{ $message }}

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