@extends('layouts.admin') @section('content')
@csrf @include('users._form')
@if ($errors->any())
@endif @endsection