id) && !empty($data->id)) id="GuideEditForm" @else id="GuideForm" @endif name="Currency" method="POST" action="@if(isset($data->id) && !empty($data->id)) {{ route('admin.guideline.update',$id) }} @else {{ route('admin.guideline.store') }} @endif" class="form" enctype="multipart/form-data" onsubmit="return false;" style="display: none"> @if(isset($data->id) && !empty($data->id)) @method('PATCH') @endif

@if(isset($data->id) && !empty($data->id)) {{ __('Edit')}} @else {{ __('Create')}} @endif {{ __('Guideline')}}

@if(isset($data->description) && !empty($data->description)) @foreach($data->description as $description)
@endforeach @else
@endif