@extends('layouts.master') @section('title', 'Create User') @section('content')
@section('breadcrumbs') @endsection
Create User
@include('admin.errors.error') {!! Form::open([ 'route' => 'admin.user.store', 'id' => 'createform', 'name' => 'createform', 'enctype' => 'multipart/form-data', ]) !!} @include('admin.user.common') {!! Form::close() !!}
@endsection @section('scripts') @endsection