@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') !!} {!! HTML::style('admin/global/plugins/ladda/ladda-themeless.min.css') !!} @stop @section('content')
Branch setup wizard
STEP 2 of 4
{{ ($completedItems*(100/$completedItemsRequired)) }}% Complete
{!! Form::open(['route'=>'gym-admin.superadmin.store','id'=>'managerStoreForm','class'=>'ajax-form form-horizontal','method'=>'POST','files' => true]) !!}
@if(!is_null($managerData)) @endif @if(isset($branch_id)) @endif
Enter your first name
Enter your last name
Enter your email address
gender == 'male')) checked @endif>
gender == 'female')) checked @endif>
mobile)) value="{{ $managerData->mobile }}" @endif>
Your mobile number
date_of_birth)) value="{{ $managerData->date_of_birth }}" @endif>
Enter your date of birth
username)) value="{{ $managerData->username }}" @endif> Enter Username
Enter password
Enter confirm 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/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("js/cropper.js")!!} @stop