@extends('layouts.main_admin') @section('content')

{{ $title }}

{{ $title }}({{ $count }})
{{-- {{dd($countries)}} --}}
@lang('site.add')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • *{{ $error }}
  • @endforeach
@endif
@csrf
{{--
--}}
{{-- {{dd($places)}} --}} @if ($places != null) @if ($count > 0)
{{-- --}}
@if (app()->getLocale() == 'ar') @foreach ($places as $key => $item) @endforeach @else @foreach ($places as $key => $item) @endforeach @endif
# @lang('site.name') @lang('site.descrption_ar') @lang('site.phone_one') @lang('site.created_at') @lang('site.action')
{{ $item->id }}

{{ $item->name_ar }}

{{ $item->descrption_ar }}

{{ $item->phone_one }}

{{ $item->created_at }}

{{ $item->name_en }}

{{ $item->descrption_en }}

{{ $item->phone_one }}

{{ $item->created_at }}


Fatal error: Uncaught Error: Call to undefined function request() in /home/saeeh/public_html/resources/views/dashboard/places/index.blade.php:321 Stack trace: #0 {main} thrown in /home/saeeh/public_html/resources/views/dashboard/places/index.blade.php on line 321