@extends('layouts.app') @push('styles') @endpush @section('title') @lang('translate.city') @endsection @section('page_header') @endsection @section('content') @include('city.create') @include('city.update')
City Table
ID Name Postal Code Status Created By Created At Actions
@endsection @push('scripts') @include('city.script') @endpush