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

@yield('title')

@endsection @section('content')
@can('area-create')

{{ __('Add Area') }}

@csrf
{{ __('Cancel') }}
@endcan
{{ __('ID') }} {{'Name'}} {{ __('Country') }} {{'State'}} {{'City'}} {{ __('Longitude') }} {{ __('Latitude') }} {{ __('Action') }} {{ __('Action') }}
@can('area-update') @endcan
@endsection @section('script') @endsection