@extends('layouts.app') @section('title') All Zone @endsection @section('description') All Zone is here. @endsection @section('breadcrumb')
| # | Zone Name | |
|---|---|---|
| {{ $index+1 }} | {{ $zone->name }} | @if(Auth::check()) @if(Auth::user()->role=='admin')Edit | @endif @endif
| No data. |