@extends('dashboard.layouts.layouts') @section('content')
@if (session('message')) @endif @if (session('error')) @endif

City

@csrf
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('city_state')) {{ $errors->first('city_state') }} @endif
@if ($errors->has('city_ar')) {{ $errors->first('city_ar') }} @endif
@endsection @section('js') @endsection