@extends('layouts.app') @section('title', ' - '.__('application.rfid_vehicles.create')) @section('content')
{{ __('application.rfid_vehicles.add') }} {{ __('application.rfid_vehicles.list') }}
@csrf
@if ($errors->has('place_id')) {{ $errors->first('place_id') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('floor_id')) {{ $errors->first('floor_id') }} @endif
@if ($errors->has('slot_id')) {{ $errors->first('slot_id') }} @endif
@if ($errors->has('vehicle_no')) {{ $errors->first('vehicle_no') }} @endif
@if ($errors->has('rfid_no')) {{ $errors->first('rfid_no') }} @endif
@if ($errors->has('driver_name')) {{ $errors->first('driver_name') }} @endif
@if ($errors->has('driver_mobile')) {{ $errors->first('driver_mobile') }} @endif
@endsection @push('scripts') @endpush