@extends('admin.layouts.master-soyuz') @section('title','All Zones | ') @section('body') @component('admin.component.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('All Zones') }} @endslot @slot('menu1') {{ __('All Zones') }} @endslot @slot('button')
Id | Name | Country | Zone Name | Code | Status | Action |
---|---|---|---|---|---|---|
{{$key+1}} | {{$zone->title}} | {{$zone->country->name}} | @if(is_array($zone->name)) @php $state = App\Allstate::whereIn('id',$zone->name)->get(); @endphp @foreach($state as $s) @if($i<$zcount) {{ $s->name }}, @else {{ $s->name }} @endif @endforeach @endif | {{$zone->code}} |
@if($zone->status=='1')
{{'Yes'}} @else{{'No'}} @endif |