@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.emergencyLogistic.title_singular') }}
@csrf
@if($errors->has('shipping_and_receiving')) {{ $errors->first('shipping_and_receiving') }} @endif {{ trans('cruds.emergencyLogistic.fields.shipping_and_receiving_helper') }}
@if($errors->has('sample_packaging')) {{ $errors->first('sample_packaging') }} @endif {{ trans('cruds.emergencyLogistic.fields.sample_packaging_helper') }}
@if($errors->has('inventory_management')) {{ $errors->first('inventory_management') }} @endif {{ trans('cruds.emergencyLogistic.fields.inventory_management_helper') }}
@if($errors->has('travel_coordinator')) {{ $errors->first('travel_coordinator') }} @endif {{ trans('cruds.emergencyLogistic.fields.travel_coordinator_helper') }}
@if($errors->has('fleet_management')) {{ $errors->first('fleet_management') }} @endif {{ trans('cruds.emergencyLogistic.fields.fleet_management_helper') }}
@if($errors->has('moving_resources_to_the_field')) {{ $errors->first('moving_resources_to_the_field') }} @endif {{ trans('cruds.emergencyLogistic.fields.moving_resources_to_the_field_helper') }}
@if($errors->has('deployer_training_resources')) {{ $errors->first('deployer_training_resources') }} @endif {{ trans('cruds.emergencyLogistic.fields.deployer_training_resources_helper') }}
@if($errors->has('eoc_logistics_emergency_operations_center')) {{ $errors->first('eoc_logistics_emergency_operations_center') }} @endif {{ trans('cruds.emergencyLogistic.fields.eoc_logistics_emergency_operations_center_helper') }}
@if($errors->has('user')) {{ $errors->first('user') }} @endif {{ trans('cruds.emergencyLogistic.fields.user_helper') }}
@endsection