{{-- --}} @extends('layouts.layout_tack') @section('style') @endsection @section('modal') @php function required_txt($data){ if($data!=0){ echo 'required'; } } @endphp @if(count($tb_scope_temp)>0) @endif @if(count(@$tb_scope_pm_temp)>0) @endif @if(count(@$tb_scope_repair_temp)>0) @endif @if(count(@$tb_scope_training_temp)>0) @endif @endsection @section('content')

Scope Register

@method('POST') @csrf

Attach File

PM Data

@method('POST') @csrf

Attach File

Repair Data

@method('POST') @csrf

Attach File

Training Data

@method('POST') @csrf

Attach File

{{--
@method('GET') @csrf
--}} {{-- --}} @method('GET') @csrf @if (isset($tb_scope)) @foreach ($tb_scope as $item) @endforeach @endif
Type Name On/Off RFID uid Model Serial Company Scope age Operation times Remaining warrantee
{{@$item->scope_type}} {{@$item->scope_name}} @if($item->scope_status=="available") @else @endif
{{@$item->scope_model}} {{@$item->scope_serial}} {{@$item->scope_band}} {{datefiff($item->scope_installdate)}} - {{datefiff($item->scope_contract_warrantee_end)}}
@endsection @section('script') @if(count($tb_scope_temp)>0) @endif @if(count($tb_scope_pm_temp)>0) @endif @if(count($tb_scope_repair_temp)>0) @endif @if(count($tb_scope_training_temp)>0) @endif @if(isset($_GET['alert'])) @endif @endsection