@extends('app') @section('content')

Serial Entries LIST

Generate Serial Entry
@forelse ($entries as $entry) @empty @endforelse
ID Brand Product Serial No IMEI No Location Edit
{{ $entry->id }} {{ $entry->brand }} {{ $entry->product }} {{ $entry->serial_no }} {{ $entry->imei_no }} {{ $entry->location }}
No records found
{!! $entries !!}
@endsection