@extends('admin.layouts.app') @section('title', 'Users') @section('content')

{{ $page }}

@csrf
@if($app_for == "super" || $app_for == "bidding")
{{ $errors->first('transport_type') }}
@endif
{{ $errors->first('vehicle_type') }}
{{ $errors->first('approve') }}
{{ $errors->first('date_option') }}
{{ $errors->first('from') }}
{{ $errors->first('to') }}
@php @endphp
{{ $errors->first('format') }}
@endsection