@php function GetImageBase64($imagePath){ $type =pathinfo($imagePath,PATHINFO_EXTENSION); $data =file_get_contents($imagePath); $pic ='data:image/'. $type .';base64,'. base64_encode($data); return $pic; } @endphp
@if($download_type == 1) @elseif($download_type == 2) @foreach($Pdf_convert_images as $bulkimages) @endforeach @endif