@lang('repair::lang.job_sheet_no'): | {{$job_sheet->job_sheet_no}} |
---|---|
@lang('receipt.date'): | {{@format_datetime($job_sheet->created_at)}} |
@lang('role.customer'): | {{$job_sheet->customer->name}} |
@lang('business.location'): | {{$job_sheet->businessLocation?->name}} |
@lang('repair::lang.uploaded_image_for', ['job_sheet_no' => $job_sheet->job_sheet_no])
{!! Form::open(['action' => '\Modules\Repair\Http\Controllers\JobSheetController@postUploadDocs', 'id' => 'job_sheet_doc_upload', 'method' => 'post']) !!}
@lang('purchase.max_file_size', ['size' => (config('constants.document_size_limit') / 1000000)]) @includeIf('components.document_help_text')