@extends('layouts.pdf') @section('title') {{ config('settings.company_name') }} -> {{ $extra['module_name'] }} @endsection @section('content')
Particulars
@if ($search_by['start_from'] != null)
From {{ $search_by['start_from'] }} To {{ $search_by['start_to'] }}
@endif
@if ($search_by['end_from'] != null)
From {{ $search_by['end_from'] }} To {{ $search_by['end_to'] }}
@endif