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

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

@csrf
@if(!empty($atoms->all()))
@php $row = 1; @endphp @foreach($atoms as $atom) @php $row++; @endphp @endforeach
# تصویر فیلم عنوان متن عملیات
{{$row}} {{$atom['title']}} {{$atom['text']}}
@else

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

@endif
@endsection