@csrf @method('PUT')

Update Business

Basic information
Basic Information

@if($business->product_library == 1)
@endif
@php($checked_recipe = '') @php($checked_ready = '') @if ($business->type_of_business == 1) @php($checked_recipe = 'checked') @elseif($business->type_of_business == 2) @php($checked_ready = 'checked') @endif