@extends('layouts.base') @section('title') Create User @endsection @section('content')

@yield('title')

@csrf @include('user.partials.form')
@endsection