@extends('admin.layouts.master') @section('location_menu', 'menu-open') @section('city', 'active') @section('title') {{ $data['title'] ?? '' }} @endsection @push('style') @endpush @section('content')

{{ $data['title'] ?? '' }}

Manage {{ $data['title'] ?? '' }}

Reset
@if (Auth::user()->can('admin.category.create')) Add New @endif
@if (isset($data['rows']) && count($data['rows']) > 0) @foreach ($data['rows'] as $key => $row) @endforeach @endif
SL Country Name Region Name City Name Action
SL Country Name Region Name City Name Action
{{ $key + 1 }} {{ $row->country->name }} {{ $row->region->name }} {{ $row->name }} {{-- @if (Auth::user()->can('admin.city.edit')) Edit @endif @if (Auth::user()->can('admin.city.delete')) Delete @endif --}}
{{-- create modal --}} {{-- edit modal --}} @endsection @push('script') {{-- edit modal --}} {{-- show region --}} @endpush