@extends('Admin.master_layout.master') @section('title', getTitleInPage('city')) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

{{ getTitleInPage('city') }} - Add


@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
{{ getTitleInPage('city') }} - Add
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection