@extends('layouts.gym-merchant.gymbasic') @section('CSS') {!! HTML::style('css/cropper.css')!!} {!! 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') !!} @stop @section('content')
@if($completedItems < $completedItemsRequired) {{-- Account setup progress start --}}
Account Setup Progress {{ round($completedItems*(100/$completedItemsRequired),1) }}% COMPLETE
{{ ($completedItems*(100/$completedItemsRequired)) }}% Complete
@if(trim($user->first_name) == "" || trim($user->last_name) == "") @elseif(trim($user->mobile) == "") @elseif(count($memberships) == 0)
Next Step: Add Membership
@elseif(count($clients) == 0) @elseif(count($subscriptions) == 0) @elseif(count($payments) == 0)
Next Step: Add Payment
@endif
{{-- Account setup progress end --}} @endif
profile
{!! Form::open(['route'=>'gym-admin.profile.store','id'=>'profileUpdateForm','class'=>'ajax-form form-horizontal','method'=>'POST','files' => true]) !!}
Enter your first name
Enter your last name
gender == 'male') checked="checked" @endif>
gender == 'female')checked="checked" @endif>
Your mobile number
Your email address
Enter your date of birth
Leave Blank to keep current password

{!! Form::close() !!}
@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/pages/scripts/components-date-time-pickers.min.js') !!} {!! HTML::script('js/cropper.js') !!} {!! HTML::script('admin/global/plugins/bootstrap-fileinput/bootstrap-fileinput.js') !!} @stop