@extends('layouts.app') @section('title') New User @endsection @section('description') Create a new User @endsection @section('breadcrumb')
  • New User
  • @endsection @section('content')

    Create A New User

    @if($errors->any())
    @foreach($errors->all() as $error)

    {{ $error }}

    @endforeach
    @endif
    {{ csrf_field() }}
    {{-- PICK NAME --}}
    {{-- SHOW NAME --}}
    {{-- SHOW NAME --}}
    {{-- Upload File --}}
    @endsection