@extends('layouts.admin') {{ trans('home.center_halls') }} @section('content')
@php auth()->user()->type == 'partner' ? $title = trans('home.center_partner_hall') : $title = trans('home.center_halls') @endphp @if (session()->has('success'))
{{ session()->pull('success') }}
@endif
{{ $title }}

{{ trans('home.table_contain_all_data_shortly_you_can_view_more_details') }}

@foreach ($halls as $hall) @endforeach
{{ trans('home.id') }} {{ trans('home.name') }} {{ trans('home.center') }} {{ trans('home.capacity') }} {{ trans('home.type') }} {{ trans('home.address') }} {{ trans('home.logo') }}
{{ $hall->id }} {{ app()->getLocale() == 'en' ? $hall->name_en : $hall->name_ar }} {{ app()->getLocale() == 'en' ? $hall->center->name_en : $hall->center->name_ar }} {{ $hall->capacity }} {{ $hall->type }} {{ app()->getLocale() == 'en' ? $hall->address_en : $hall->address_ar }} logo") }}" alt="">
@endsection