@extends('adminsection.layouts.master') @section('title') Create City || @parent @stop @section('page-title') Create City @stop @section('main-content')
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@csrf
Please use correct ISO short code, you can get shortcode here.

@stop @section('js') @parent @stop