@if(userCan('ServiceLocation-list')==0) @php header("Location: " . URL::to('errors.403'), true, 302); exit(); @endphp @endphp @endif @extends('layouts.default') @php $pageTitle = 'Service/Hub Location List'; @endphp @section('title',$pageTitle) @section('PageHead') @if ( session('massage') ) × Success! {{session('massage')}} @endif @if ( session('error') ) × Not Success! {{session('error')}} @endif @if (Session::has('errors')) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @php $Country= app('request')->input('country'); $City= app('request')->input('city'); $appPerPage= app('request')->input('perPage'); @endphp {{$pageTitle}} Dashboard @if(userCan('setting-list')>0) Settings @endif @if(userCan('ServiceLocation-list')>0) Service Location List @endif @if(userCan('ServiceLocation-create')>0) Add New @endif @stop @section('content') Per Page @php $curentperPagesnum = isset($_GET['perPage'])?$_GET['perPage']:10; @endphp @php $perPages = array(10,15,20,50,100,500,1000);@endphp Select All @foreach( $perPages as $key =>$perPagesnum ) {{$perPagesnum}} @endforeach Country {!!countrie_list(23)!!} City Code Service Location City Country Status Action Data Data Data Data Data @if(userCan('ServiceLocation-view')>0) @endif @if(userCan('ServiceLocation-edit')>0) @endif @stop