@extends('layouts.view') @section('title',trans('lang.rigs_jobs')) @section('links') @endsection @section('content')

{{trans('lang.rigs_jobs')}}

@if (count($errors) > 0)
    @foreach ($errors as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @if(isset($RigJobs)) @method('PUT') @endif

{{trans('lang.Description_of_Activity')}} :


{{trans('lang.Ticket_Details')}} :

@csrf

{{trans('lang.ticket_number')}} :


@if(isset($RigJobs->check_in_engineers))

{{trans('lang.Personnel_Movement_Log')}} :

@foreach ($RigJobs->check_in_engineers as $checkInRequest)
{{trans('lang.empname')}} {{trans('lang.rigname')}} {{trans('lang.ticket_number')}} {{trans('lang.days_count')}} {{trans('lang.cost_center')}} {{trans('lang.date_from')}} {{trans('lang.back_date')}} {{trans('lang.rig_bonus')}} {{trans('lang.att_status')}}
{{isset($checkInRequest->user) ? $checkInRequest->user->name :'Deleted'}} {{ isset($checkInRequest->rig_job->rig) ? $checkInRequest->rig_job->rig->name:'Deleted' }} {{ isset($checkInRequest->rig_job) ? $checkInRequest->rig_job->ticket_number:'' }} {{ isset($checkInRequest->user) ? $checkInRequest->checkin_days():''}} {{isset($checkInRequest->rig_job->cost_center)?$checkInRequest->rig_job->cost_center->gettNameAttribute():''}} {{ $checkInRequest->check_in}} {{ $checkInRequest->check_out}} {{isset($checkInRequest->user) ? $checkInRequest->rig_bonus():'' }}