@extends('layouts.app2') @section('content')
{{ Session::get('flash_message') }}
:message
') !!}:message
') !!}:message
') !!}:message
') !!}:message
') !!}:message
') !!}:message
') !!}:message
') !!}:message
') !!}{!! Form::select("transporter",["" => "Transporter"] + $page_data['transporter_filter_data']->toArray() ,null, ["class" => "form-control width-112px", "id" => 'transporterFilterId']) !!} | {!! Form::select("document",["" => "Document"] + $page_data['document_filter_data']->toArray() ,null, ["class" => "form-control width-112px", "id" => 'documentFilterId']) !!} | {!! Form::select("document_nr",["" => "Doc Nr"] + $page_data['docnr_filter_data']->toArray() ,null, ["class" => "form-control width-112px", "id" => 'docNrFilterId']) !!} | {!! Form::select("supplier",["" => "Supplier"] + $page_data['supplier_filter_data']->toArray() ,null, ["class" => "form-control width-112px", "id" => 'supplierFilterId']) !!} | {!! Form::select("asset_nr",["" => "Asset Nr"] + $page_data['assetnr_filter_data']->toArray() ,null, ["class" => "form-control width-112px", "id" => 'assetNrFilterId']) !!} | Equipment | From | To | Country | File | Days Due |
---|---|---|---|---|---|---|---|---|---|---|
{{ $item->transporter['name'] }} | {{ $item->document }} | {{ $item->document_number }} | {{ $item->supplier['name'] }} | {{ $item->registration_number }} | {{ $item->equipment }} | {{ $item->valid_from }} | {{ $item->valid_to }} | {{ $item->supplier['country'] }} | @if($item->upload_file)View@endif | @if($dys > 90) {{ $dys }} days @endif @if($dys <= 90 && $dys > 60) {{ $dys }} days @endif @if($dys <= 60 && $dys > 30) {{ $dys }} days @endif @if($dys <= 30 && $dys > 0) {{ $dys }} days @endif @if($dys < 0) {{ $item->status }} @endif |