@extends('layouts.main') @section('title') User: Create @endsection @section('content')
@csrf @include('user.partials.form')
 Cancel
@endsection