@extends('layouts.gym-merchant.gymbasic') @section('CSS') {!! HTML::style('front/js/cropper/cropper.min.css?v=1.0')!!} {!! HTML::style('admin/global/plugins/bootstrap-datepicker/css/datepicker.css') !!} {!! HTML::style('admin/global/plugins/bootstrap-datepicker/css/bootstrap-datepicker3.min.css') !!} {!! HTML::style('admin/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css') !!} {!! HTML::style('admin/global/plugins/ladda/ladda-themeless.min.css') !!} @stop @section('content')
Account setup wizard
STEP 3 of 5
{{ ($completedItems*(100/$completedItemsRequired)) }}% Complete
{!! Form::open(['route'=>'gym-admin.profile.store','id'=>'clients_details','class'=>'ajax-form ','method'=>'POST','files' => true]) !!} @if(!is_null($client) && isset($client->id)) @endif
first_name)) value="{{ $client->first_name }}" @endif> Please enter clients first name.
last_name)) value="{{ $client->last_name }}" @endif> Please enter clients last name.
marital_status == 'yes') checked @endif name="marital_status" class="md-radiobtn">
marital_status == 'yes') checked @else checked @endif class="md-radiobtn">
dob)) value="{{ $client->dob->format('m/d/Y') }}" @endif id="dob" name="dob"/>
anniversary)) value="{{ $client->anniversary->format('m/d/Y') }}" @endif id="anniversary" readonly name="anniversary"/>
age)) value="{{ $client->age }}" @endif> Please enter clients age.
email)) value="{{ $client->email }}" @endif> Please enter clients email.
mobile)) value="{{ $client->mobile }}" @endif> Please enter clients phone number.
height_feet)) value="{{ $client->height_feet }}" @endif> Enter feet.
height_inches)) value="{{ $client->height_inches }}" @endif> Enter inches.
weight)) value="{{ $client->weight }}" @endif> Please enter clients weight.

{!! Form::close() !!}
{{--!-- Cropping modal -->--}}
@stop @section('footer') {!! HTML::script('admin/global/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js') !!} {!! HTML::style('admin/global/plugins/bootstrap-datepicker/css/bootstrap-datepicker3.min.css') !!} {!! HTML::script('admin/global/plugins/bootstrap-fileinput/bootstrap-fileinput.js') !!} {!! HTML::script('admin/global/plugins/ladda/spin.min.js') !!} {!! HTML::script('admin/global/plugins/ladda/ladda.min.js') !!} {!! HTML::script('admin/pages/scripts/ui-buttons.min.js') !!} {!! HTML::script("front/js/cropper/crop-avatar.js?v=1.0")!!} {!! HTML::script("front/js/cropper/cropper.min.js?v=1.0")!!} @stop