@extends('layouts.admin') @section('content')

Edit Job

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

:message

') !!}
{!! $errors->first('partFK', '

:message

') !!}
{!! $errors->first('name', '

:message

') !!}
{!! $errors->first('qty', '

:message

') !!}
@endsection @section('style') @endsection @section('script') @endsection