@extends('layouts.cannavaro.master') @section('header') @stop @section('breadcrumb') @stop @section('content')

{{ $pagetitle }}

@if($staff->id != '') {!! Form::open(['action'=>'\App\Modules\Admin\Controllers\UserController@updateagent', 'method'=>'post', 'class'=>'form-horizontal', 'id'=>'newdataform','files'=>true]) !!} @else {!! Form::open(['action'=>'\App\Modules\Admin\Controllers\UserController@storeagent', 'method'=>'post', 'class'=>'form-horizontal', 'id'=>'newdataform','files'=>true]) !!} @endif
{{ __('Admin::user.userdetail') }}
{{ csrf_field() }}
{{-- Form::state('state_id', [''=>__('Admin::base.please_select')] , old('state_id'), ['class'=>'form-control','id'=>'state_id','required'=>'required']) --}}
Cancel
{!! Form::close() !!}
Tetapan Akaun
{{ csrf_field() }}
Cancel
{!! Form::close() !!}
@stop @section('footer') @stop