Service List

Service Record list on table. Filter list using search box as your Wish.
@if (isset($data['service']) && $data['service']->count() > 0) @php($i=1) @foreach($data['service'] as $service) @php($i++) @endforeach @else @endif
Date Code Category DeviceName Status Amount
{{ \Carbon\Carbon::parse($service->date)->format('Y-m-d') }} {{ $service->code }} {{ ViewHelper::getServiceCategory( $service->category_id ) }} {{ $service->device_name }} {{ ViewHelper::getServiceStatus( $service->service_status ) }} {{ $service->getServiceInvoiceGrandTotal() }}
No {{ $panel }} data found.
{!! Form::close() !!}