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

Label

@forelse ($labels as $key => $label) @empty @endforelse
S.no Label Id Link Action
{{$label->id}} {{$label->label_id}} {{route('pdf.showByLabel', ['label'=>$label->id])}}
@endsection @push('scripts') @endpush