@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{!! $errors->first('job_name', '

:message

') !!}
@if(count($trackings) == 0) @else
@foreach($trackings as $key=>$value)
@endforeach
@endif