@extends('Admin.Layouts.Dashboard') @section('styles') @endsection @section('content') @if(!empty($events))
@foreach($events as $event) @php $prices = $event['price'] @endphp
{{$event['name']}}
{{$event['from_to_text']}}
    @foreach($event['units'] as $unit)
  • {{$unit->code}} - {{$unit->name_ar}}
  • @endforeach
الخميس الجمعة السبت أيام الأسبوع
{{$prices['thursday']}} {{$prices['friday']}} {{$prices['saturday']}} {{$prices['weekdays']}}
تعديل
@csrf @method('DELETE')
@endforeach
@else
@include('Admin.Layouts.Empty')
@endif @endsection @section('scripts') @endsection