@extends('layouts.admin_layout') @section('Title') پنل مدیریت | تصاویر رویداد (استان {{$event_info->province->name}} - {{$event_info->event->name}}) @endsection @section('custom-css') @endsection @section('custom-js') @endsection @section('content')

تصاویر رویداد (استان {{$event_info->province->name}})

@csrf
@if(!empty($pictures->all()))
@php $row = 1; @endphp @foreach($pictures as $picture) @php $row++; @endphp @endforeach
# تصویر عملیات
{{$row}}
@else

موردی یافت نشد.

@endif
@endsection