{{-- @extends('layouts.app') --}} @extends('backend.layouts_backend.master2') @section('title') Add User @endsection @section('extra_styles') @endsection @section('content') {{-- title --}}
{{-- end title --}} {{-- ADD USER FORM --}} {!! Form::open(['route' => 'users.store', 'method' => 'POST']) !!} {{ csrf_field() }}