@extends('admin.adminlayouts.adminlayout') @section('head') {!! HTML::style("assets/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css") !!} {!! HTML::style("assets/global/plugins/bootstrap-select/bootstrap-select.min.css") !!} {!! HTML::style("assets/global/plugins/select2/select2.css") !!} {!! HTML::style("assets/global/plugins/jquery-multi-select/css/multi-select.css") !!} @stop @section('mainarea')

{{$pageTitle}}

Login Details {{$pageTitle}}
{!! Form::model($admin, ['method' => 'PUT', 'id'=> 'update_profile_form','class'=>'form-horizontal form-bordered']) !!}
{!! Form::close() !!}
Change Password
{!! Form::model($admin, ['method' => 'PUT','id'=> 'update_password_form', 'class'=>'form-horizontal form-bordered']) !!}
{!! Form::close() !!}
@stop @section('footerjs') {!! HTML::script("assets/global/plugins/bootstrap-fileinput/bootstrap-fileinput.js") !!} {!! HTML::script('assets/global/plugins/bootstrap-select/bootstrap-select.min.js') !!} {!! HTML::script('assets/global/plugins/select2/select2.min.js') !!} {!! HTML::script('assets/global/plugins/jquery-multi-select/js/jquery.multi-select.js') !!} {!! HTML::script('assets/admin/pages/scripts/components-dropdowns.js') !!} @stop