@extends('layouts.base') @section('heading') {{ __('Add a new user') }} @endsection @section('info') Create a new User @endsection @section('half_body')
@csrf
@endsection