@extends('Layouts.erp_master') @section('content') @php $imgs = explode(",",$galleryData->image); @endphp
@csrf
@foreach($imgs as $img)
@endforeach
@include('elements.button.common_button', [ 'back' => true, 'print' => [ 'action' => 'print', 'title' => 'Print', 'exClass' => 'float-right', 'jsEvent' => 'onclick= window.print()' ] ])
@endsection