@extends('layouts.print') @section('title', pageTitle($pageTitle)) @section('content')
{{ $pageTitle }}
@if(in_array('S/N', $dt->dtTable['labels'])) @php $sn = 1 @endphp @endif @if (isset($dt->builder) && count($dt->builder) > 0) @foreach($dt->builder as $item) @endforeach @else @endif
State Location Name Address Terminal Status
{{ $item->state->name }} {{ $item->location->name }} {{ $item->name }} {{ $item->address }} {{ $item->status }}
No records for terminals at the moment!
@endsection