@extends('layouts.dashboard_2') @section('title', 'الحجوزات') @section('content')

العروض السياحية

@if(Session::has('errors'))
    @foreach(Session::get('errors')->toArray() as $key => $item_err)
  • {{$item_err[0]}}
  • @endforeach
@endif
{{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- إضافة Blog--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
{{-- --}} @if(isset($data)) @foreach($data as $key => $item) {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach @endif
--}} {{--
--}} {{-- --}} {{--
--}} {{--
الاسم الاول الاسم الاخير الخدمة البريد الالكتروني الهاتف التاريخ
--}} {{--
--}} {{-- --}} {{--
--}} {{--
{{$item->f_name}} {{$item->l_name}} {{$item->programme?->title}} {{$item->email}} {{$item->phone}} --}} {{-- {{$item->sub_title}}--}} {{-- --}} {{-- {!! $item->description !!}--}} {{-- image {{date('d-m-Y', strtotime($item->travel_date))}}
@include('dashboard.includes.footer')
@stop @section('script') {{-- --}} {{-- --}} @stop