@extends('layouts.vertical', ['subtitle' => 'Users']) @section('content') @include('layouts.partials/page-title', ['title' => 'Users', 'subtitle' => 'Create'])
@csrf @method("put")
@endsection @section('scripts') @endsection