@extends('backend.layouts.app') @section('title') Create User @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @include('backend.user.partials.form')
@endsection