@extends('Layouts.erp_master') @section('content') @php $imgs = explode(",",$galleryData->image); $i = 0; @endphp
@csrf
@foreach($imgs as $img)
@endforeach
(Maximum file size 1 Mb)
@include('elements.button.common_button', ['back' => true, 'submit' => [ 'action' => 'save', 'title' => 'Save', 'id' => 'submitButtonforGroup', 'exClass' => 'float-right' ]])
@endsection