@if (empty($studio->id)) Add a new @else Edit @endif Studio
business_type == 'gym' ? 'checked' : '' }}>
Gym Studio
business_type == 'other' ? 'checked' : '' }}>
Other Type
Select...
@foreach ($franchise as $franchise)
id === $studio->franchise_id ? 'selected' : '' }} >{{ $franchise->franchise }}
@endforeach
Business Name
Use above name for invoicing?
same_invoice_name) && $studio->same_invoice_name == 1) ? 'checked' : '' }} onclick="toggleBusinessName(false)">
Yes
same_invoice_name) && $studio->same_invoice_name == 2) ? 'checked' : '' }} onclick="toggleBusinessName(true)">
No
{{--
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
--}}
franchise_id) && $studio->franchise_id > 0) disabled="disabled" @endif/>
Upload your logo as your profile picture
Delete
Save