@extends('backend.layouts.master') @section('title', __('static.users.create')) @section('content') @can('backend.user.create')
{{ __('static.users.create') }}
@csrf @include('backend.user.fields')
@endcan @endsection