@extends('layouts.backend',['page_title'=>'Pages']) @section('title')@parent - {{ trans('product.globals.categories') }} @stop @section('content-header')

{{ trans('backend.zones') }}

Actions

@if(auth()->user()->role_id == 1 || auth()->user()->can('zones.create')) {{trans('backend.Add New')}} @endif Download Excel xlsx

{{ csrf_field() }} @if(auth()->user()->role_id == 1) حذف الكل @endif

Advanced Serach

@stop @section('content')
@if(1!=1)@endif @if($zones && count($zones) > 0) @foreach($zones as $key=>$zone) @if(1!=1)@endif @endforeach @else @endif
{{ trans('backend.fields.Logo') }} {{ trans('backend.fields.name') }} {{ trans('backend.fields.status') }} {{ trans('backend.action') }}
@if(count($zone->getMedia('images')) && !empty($zone->getMedia('images'))) Image @endif {!! $zone->title !!} @if($zone->active)
{{ trans('backend.Active') }}
@else
{{ trans('backend.Not Active') }}
@endif
@if(auth()->user()->role_id == 1 || auth()->user()->can('zones.show')) @endif @if(auth()->user()->role_id == 1 || auth()->user()->can('zones.edit')) @endif @if(auth()->user()->role_id == 1 || auth()->user()->can('zones.destroy')) id) }}' class="btn btn-danger btn-sm delete" data-toggle="tooltip" title="{{trans('backend.Delete')}}"> @endif
{{trans('backend.no records founded')}}
{{$zones->render()}}
@stop @section('scripts') @stop