@extends('layouts.app2') @section('title', 'Create') @section('badcome') @endsection @section('content')
Create User
{!! Form::open(['route' => ['users.store'] ]) !!} @include('user._form') {!! Form::submit('Create', ['class' => 'btn btn-primary btn-sm']) !!} Back {!! Form::close() !!}
@endsection