@extends('layouts.main') @section('title') {{ __('Cities') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@csrf
{{__("Add City")}}
*
{{ __('ID') }} {{ __('Name') }} {{ __('Country Name') }} {{ __('State Name') }} {{ __('Longitude') }} {{ __('Latitude') }} {{ __('Flag') }} {{ __('Action') }}
@can('city-update') @endcan
@endsection @section('script') @endsection