@extends('layouts.default') @section('title', trans('adminlte_lang::message.companies')) @section('content')
Поиск брони
{{ csrf_field() }}
Данные рейса
Идентификатор брони
@if ($errors->has('bookingReferenceID'))
{{ $errors->first('bookingReferenceID') }}
@endif
Искать
@endsection