@extends('layouts.app') @section('content')
{{ Session::get('flash_message') }}
:message
') !!}:message
') !!}:message
') !!}:message
') !!}Date | Tank # | Site | Location | Capacity | Fuel | Stock | Pump | Status | Action |
---|---|---|---|---|---|---|---|---|---|
{{Helper::convert_to_ddmmyy($item->date)}} | {{ $item->tank }} | {{ $item->sitelocations->site }} | {{ $item->sitelocations->location }} | {{ $item->capacity }} | {{ $item->fuel }} | {{ number_format($item->stock,2) }} | {{ $item->pumps->count() }} | {{ ($item->status == 1) ? 'Active' : 'Inactive' }} | {!! ($item->status == 1) ? '' : '' !!} Log |