{{ $key + 1 }} |
{{ $form->serial_number }} |
{{ $form->full_name }} |
{{ $form->artistic_name }} |
{{ $form->birth_date }} |
{{ $form->gender != null ? $form->gender->name_ar:'' }} |
{{ $form->country != null ? $form->country->name_ar:'' }} |
{{ $form->province }} |
{{ $form->educationLevel != null ? $form->educationLevel->name_ar:'' }} |
{{ $form->study_specialization }} |
{{ $form->phone1 }} |
{{ $form->phone2 }} |
{{ $form->email }} |
{{ str_ireplace(['AM', 'PM'], ['ص', 'م'], $form->created_at->format('h:i:s A')) }} |
{{ $form->created_at->format('Y-m-d') }} |
@foreach($form->artists as $artist)
{{ $artist->sub != null && $artist->sub->main != null ? $artist->sub->main->name_ar:'' }} |
{{ $artist->sub != null ? $artist->sub->name_ar:'' }} |
{{ $artist->artwork_name }} |
{{ $artist->note }} |
{{ $artist->link }} |
{{ $artist->attachments != null ? $artist->attachments->count():'' }} |
@endforeach
@for($i = 1; $i <= $max - count($form->artists); $i++)
|
|
|
|
@endfor
@endforeach