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

Fare / Edit

{{csrf_field()}}
@if ($errors->has('airline')) {{ $errors->first('airline') }} @endif
@if ($errors->has('origin')) {{ $errors->first('origin') }} @endif
@if ($errors->has('destination')) {{ $errors->first('destination') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('fare_price_type')) {{ $errors->first('fare_price_type') }} @endif
@if ($errors->has('way')) {{ $errors->first('way') }} @endif
@if ($fare->status == 0) @else @endif
@endsection @section('script') @endsection