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

City / Edit

{{csrf_field()}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@error('origin_airports') {{ $message }} @enderror
ziyarah_enable === 1 ? 'checked' : '' }}> ziyarah_enable === 0 ? 'checked' : '' }}>
@if ($errors->has('ziyarah_price')) {{ $errors->first('ziyarah_price') }} @endif
@if ($city->status == 0) @else @endif
@endsection @section('script') @endsection