@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header') @stop @section('content') @if ($errors->any())
Whoops! There were some problems with your input.

@endif

Add new user

@csrf
Name:
Username:
Password:
Retype Password:
Type:
Carrier:
@endsection @section('css') @stop @section('js') @stop