@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')
@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
{!! Form::open(['route'=>'gym-admin.client.store','id'=>'clients_details','class'=>'ajax-form','method'=>'POST','files' => true]) !!}
Personal Details
Please enter clients first name.
Please enter clients last name.
Please enter clients age.
Contact Details
Please enter clients email.
Please enter clients phone number.
Enter feet.
Enter inches.
Please enter client's 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