@extends('portal::layouts.customer') @section('title', $jobSheet->job_sheet_no) @section('content')

{{ $jobSheet->job_sheet_no }}

@lang('portal::lang.status'): {{ $jobSheet->status->name ?? '' }}

@lang('repair::lang.device'): {{ $jobSheet->Brand->name ?? '' }} {{ $jobSheet->DeviceModel->name ?? '' }}

@lang('repair::lang.serial_no'): {{ $jobSheet->serial_no }}

@if($jobSheet->technician)

@lang('repair::lang.technician'): {{ $jobSheet->technician->user_full_name ?? $jobSheet->technician->first_name }}

@endif
@endsection