@extends('layouts.fixed') @section('title','ADD USER') @section('content')

Add User

Add User

{{ Form::open(['action'=>'UserController@store','method'=>'post']) }} @include('user.form') {{ Form::close() }}
@stop @section('script') {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} @stop