@extends('admin.layouts.master') @section('title') Project @stop @section('style') @stop @section('content')

New User

@if($errors->has('full_name')) {{$errors->first('full_name')}} @endif
@if($errors->has('name')) {{$errors->first('name')}} @endif
@if($errors->has('email')) {{$errors->first('email')}} @endif
@if($errors->has('role')) {{$errors->first('role')}} @endif
@if($errors->has('password')) {{$errors->first('password')}} @endif
{{csrf_field()}}
@if(Session('info'))
@endif
@stop @section('script') @stop