@extends('layouts.layout') @section('content')

Fulger seals

Create Export to Excel Match Import
@if(session()->get('success'))
{{ session()->get('success') }}

@endif {{$matched_seals}} # of seals matched from a total of {{$total_seals}}

Sort by

@foreach($seals as $seal) @endforeach
Seal # Date Truck # Driver Dispatcher Name Status Pro# Edit
{{$seal->seal}} {{$seal->date}} {{$seal->truck}} {{$seal->driver}} {{$seal->dispatcher_name}} @if($seal->matching_seal_id>0) @else X @endif @if($seal->sealMatch!=null){{$seal->sealMatch->pronum}}@endif

Showing {{$seals->firstItem()}} to {{$seals->lastItem()}} of {{$seals->total()}} entries

{{$seals->appends(Request::all())->links()}}
@endsection @section('footer') @endsection