@extends('Layouts.erp_master') @section('content')
@csrf
(Maximum file size 1 Mb)
@if(!empty($GroupData->group_logo)) @if(file_exists($GroupData->group_logo)) @endif @endif
@include('elements.button.common_button', ['back' => true, 'submit' => [ 'action' => 'update', 'title' => 'update', 'id' => 'submitButtonforGroup', 'exClass' => 'float-right' ]])
@endsection