@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @section('content')
@php $sl = 1; @endphp @foreach ($items as $item) @endforeach
{{ $extra['voucher_type'] }}
Sl.No Name Code
{{ $sl }} {{ $item->name }} {{ $item->code }}
@stop