@extends('layouts.gym-merchant.gymbasic') @section('CSS') {!! HTML::style('admin/global/plugins/bootstrap-select/css/bootstrap-select.min.css') !!} {!! HTML::style('admin/global/plugins/dropzone/dropzone.min.css') !!} {!! HTML::style('admin/global/plugins/dropzone/basic.min.css') !!} {!! HTML::style('admin/global/plugins/bootstrap-datepicker/css/datepicker.css') !!} {!! HTML::style('admin/global/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css') !!} @stop @section('content')
My Gym
Details
{!! Form::open(['id'=>'myGymDetails','method'=>'post','class' => 'ajax_form']) !!}
Please enter gym title.
@if(!is_null($common_details->city_id))
{{ ucfirst($common_details->city->name) }}
@endif @if(!is_null($common_details->area_id))
@endif
Please enter your email.
Please enter owner/In-charge.
Please enter other owner/In-charge.
Please enter website.
Please enter phone number.
Please enter phone number.
{!! Form::hidden('updateType','details') !!} {!! Form::close() !!}
@if($common_details->huntplex_listing == 'yes')
Services
{!! Form::open(['id'=>'myGymServices','method'=>'post','class' => 'ajax_form']) !!}
{!! Form::hidden("spa_hot_tub","0")!!}
spa_hot_tub == 1) checked @endif class="md-check">
{!! Form::hidden("shower","0")!!}
shower == 1) checked @endif class="md-check">
{!! Form::hidden("sauna_steam_bath","0")!!}
sauna_steam_bath == 1) checked @endif class="md-check">
{!! Form::hidden("massage","0")!!}
massage == 1) checked @endif class="md-check">
{!! Form::hidden("therapies","0")!!}
therapies == 1) checked @endif class="md-check">
{!! Form::hidden("cardio","0")!!}
cardio == 1) checked @endif class="md-check">
{!! Form::hidden("aerobics","0")!!}
aerobics == 1) checked @endif class="md-check">
{!! Form::hidden("yoga","0")!!}
yoga == 1) checked @endif class="md-check">
{!! Form::hidden("air_conditioned","0")!!}
air_conditioned == 1) checked @endif class="md-check">
{!! Form::hidden("towel_service","0")!!}
towel_service == 1) checked @endif class="md-check">
{!! Form::hidden("special_ladies_batch","0")!!}
special_ladies_batch == 1) checked @endif class="md-check">
{!! Form::hidden("exercise_bike","0")!!}
exercise_bike == 1) checked @endif class="md-check">
{!! Form::hidden("lokers","0")!!}
lokers == 1) checked @endif class="md-check">
{!! Form::hidden("juice_bar","0")!!}
juice_bar == 1) checked @endif class="md-check">
{!! Form::hidden("dietician_nutrition","0")!!}
dietician_nutrition == 1) checked @endif class="md-check">
{!! Form::hidden("physiotherapist","0")!!}
physiotherapist == 1) checked @endif class="md-check">
{!! Form::hidden("personal_trainer","0")!!}
personal_trainer == 1) checked @endif class="md-check">
{!! Form::hidden("trade_mill","0")!!}
trade_mill == 1) checked @endif class="md-check">
{!! Form::hidden("leg_equipment","0")!!}
leg_equipment == 1) checked @endif class="md-check">
{!! Form::hidden("bisceps_trainer","0")!!}
bisceps_trainer == 1) checked @endif class="md-check">
{!! Form::hidden("wrist_forearms","0")!!}
wrist_forearms == 1) checked @endif class="md-check">
{!! Form::hidden("back_shoulder","0")!!}
back_shoulder == 1) checked @endif class="md-check">
{!! Form::hidden("abdomen_abs","0")!!}
abdomen_abs == 1) checked @endif class="md-check">
{!! Form::hidden("thigh_equipment","0")!!}
thigh_equipment == 1) checked @endif class="md-check">
{!! Form::hidden("free_trial","0")!!}
free_trial == 1) checked @endif class="md-check">
{!! Form::hidden("cash","0")!!}
cash == 1) checked @endif class="md-check">
{!! Form::hidden("credit_card","0")!!}
credit_card == 1) checked @endif class="md-check">
{!! Form::hidden("debit_card","0")!!}
debit_card == 1) checked @endif class="md-check">

Timings
Morning
Leave blank if full day
Evening
Leave blank if full day
 
{!! Form::hidden("sat_closed","0")!!}
sat_closed == 1) checked @endif class="md-check">
{!! Form::hidden("sun_closed","0")!!}
sun_closed == 1) checked @endif class="md-check">
{!! Form::hidden('updateType','services') !!} {!! Form::close() !!}
@if(count($pics)>0)
Uploaded Images
@foreach($pics as $pic)
main_image == 'true') checked @endif name="main_image" class="md-radiobtn setMainPic">
@endforeach
@endif
Upload Image

NOTE:   Last image you upload will set as main image.

{!! Form::open(array('route' => ['gym-admin.my-gym.store'], 'method' => 'POST', "id" => "my-dropzone", "class" => 'dropzone dropzone-file-area','enctype' => "multipart/form-data")) !!}

Drop files here or click to upload

{!! Form::hidden("detail_id",$common_details->id)!!} {!! Form::hidden("category_id",$common_details->category_id)!!} {!! Form::hidden("updateType",'file')!!} {!! Form::close() !!}
@endif
@stop @section('footer') {!! HTML::script('admin/global/plugins/bootstrap-select/js/bootstrap-select.min.js') !!} {!! HTML::script('admin/pages/scripts/components-bootstrap-select.min.js') !!} {{--{!! HTML::script('admin/global/plugins/gmaps/gmaps.min.js') !!}--}} {!! HTML::script('admin/global/plugins/dropzone/dropzone.min.js') !!} {!! HTML::script('admin/pages/scripts/form-dropzone.min.js') !!} {!! HTML::script('admin/global/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js') !!} @stop