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

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

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

@if (Auth::user()->can('admin.region.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 Action
SL Country Name Region Name Action
{{ $key + 1 }} {{ $row->country->name ?? '' }} {{ $row->name }} {{-- @if (Auth::user()->can('admin.region.edit')) Edit @endif @if (Auth::user()->can('admin.region.delete')) Delete @endif --}}
{{-- create modal --}} {{-- edit modal --}} @endsection @push('script') @endpush