@extends('layouts.pdf') @push('include-css') @endpush @section('title') {{ $extra['module_name'] }} @endsection @section('content')

{{ config('settings.company_name') }}

{{ config('settings.address_1') }}

{{ $extra['voucher_type'] }}

Search By: From Date: {{ $search_by['from'] }} To Date: {{ $search_by['to'] }}
@php $sl = 1; @endphp @foreach ($items as $item) @php $sl++; @endphp> @endforeach
Sl.No Name Location Description
{{ $sl }} {{ $item->name }} {{ $item->location }} {{ $item->description }}
@stop