@extends('layouts.admin') @section('meta') {{trans('home.centers')}} @endsection @section('content')
@if(session()->has('success'))
{{ session()->pull('success') }}
@endif
{{trans('home.centers')}}

{{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