@include('flash::message')
ID |
Excess Tolerance |
Shortest Tolerance |
Created date |
Action |
@if(count($tolerance)>0)
@foreach ($tolerance as $key=>$tole)
{{ $tole->id }} |
{{ $tole->tolerance_percent }} |
{{ $tole->shortest_tolerance }} |
{{ $tole->created }} |
|
@endforeach
@else
No record found! |
@endif
{{$tolerance->links()}}
@endsection