@extends('layouts.admin') @section('meta') {{trans('home.center_halls')}} @endsection @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') }}

{!! $dataTable->table(['class' => 'table table-bordered w-100']) !!}
@endsection @section('script') {!! $dataTable->scripts() !!} @endsection