@extends('coach.layouts.app') @section('title', 'تکمیل پروفایل') @section('content')

پروفایل مربی

{{-- عکس پروفایل --}}

عکس پروفایل

@if($coach->photo_path) @else
؟
@endif
@csrf
@error('photo')

{{ $message }}

@enderror
{{-- اطلاعات پروفایل --}}
@csrf @method('PUT')
@foreach($goals as $goal) @endforeach
{{-- مدارک --}}

مدارک و رزومه (فایل)

@csrf
@error('document')

{{ $message }}

@enderror
@endsection