@extends('layout') @section('body')
@error('name') @enderror @error('user_id') @enderror
Company Information:
@csrf
@error('name') This field is required. @enderror
Company Status:
@if(!$userList->isEmpty()) @foreach($userList as $user) @if($user->fDriverData && $user->fDriverData->fTruckData) @else @endif @endforeach @endif
@endsection @section('script') @endsection