@extends('layouts.master') @section('title', __('zones')) @section('stylesheet') @endsection @section('content')

{{ __('Home') }} / {{ __('D') }}

@endsection @push('scripts') {!! $dataTable->scripts() !!} @endpush