@extends('layouts.master') @section('title',__('Create User')) @section('breadcum') @endsection @section('maincontent')
@if ($errors->any()) @endif
{{ __('Back') }}
{{__('Create User')}}
{!! Form::open(['method' => 'POST', 'action' => 'UsersController@store', 'files' => true]) !!}

Personal Details

Address

{!! Form::close() !!}
@endsection @section('script') @endsection