@extends('layouts.app') @section('content')
@csrf
@if ($errors->has('in1')) {{ $errors->first('in1') }} @endif
@if ($errors->has('in2')) {{ $errors->first('in2') }} @endif
@if ($errors->has('in3')) {{ $errors->first('in3') }} @endif
Reserved (informasi biaya hilang tiket)
@if ($errors->has('out1')) {{ $errors->first('out1') }} @endif
@if ($errors->has('out2')) {{ $errors->first('out2') }} @endif
@if ($errors->has('out3')) {{ $errors->first('out3') }} @endif
@endsection