@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

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