@extends('backend.layouts.master') @section('title', __('static.zone_manager.zone_managers')) @section('content')
{{ __('static.zone_manager.zone_managers') }}
@can('backend.zone_manager.create') @endcan @can('backend.zone_manager.destroy') @endcan
{!! $dataTable->table() !!}
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush