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