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

Airport/ Add

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