@extends('admin.includes.app') @push('page_external_css') @section('content')
Edit Job Record
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
@csrf
@endsection