@extends('layout.admin') @section('styles') @endsection @section('content')

City/ Add

{{csrf_field()}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('origin_airports')) {{ $errors->first('origin_airports') }} @endif
@if ($errors->has('ziyarah_price')) {{ $errors->first('ziyarah_price') }} @endif
@endsection @section('script') @endsection