Add Another Business
business_type == 'gym' ? 'checked' : '' }}>
Gym Studio
business_type == 'other' ? 'checked' : '' }}>
Other Type
@foreach ($franchise as $franchise)
id === $studio->franchise_id ? 'selected' : '' }} >{{ $franchise->franchise }}
@endforeach
Business Name
{{--
Business Address
--}}
Address
{{--
Choose your country
@foreach($country as $countrylist)
id == $studio->country_id ? 'selected' : ''}} @if($countrylist->name != 'AUSTRALIA') disabled @endif> {{ ucwords(strtolower($countrylist->name) )}}
@endforeach
--}}
Upload your logo as your profile picture
Delete
Save