{{-- @extends('layouts.application') --}} @section('title', 'Job Order') @section('header', 'Job Order') {{-- @section('content') --}}
{{-- Middle Part --}}
Project Name:
{{ $job_draft->jobOrder->title }}
Designation:
{{ Str::title(str_replace('_', ' ', $job_draft->type)) }}
Google Drive Link:
{!! preg_replace('/draft) !!}
@csrf @error('summary')

{{ $message }}

@enderror
@endsection