@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

USERS

user

{{ csrf_field() }}
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif




@endsection @section('more-scripts') @endsection