@extends('layouts.app') @section('title', 'Add User') @section('page-title', 'Add User') @section('page-subtitle', 'Create a new platform account') @section('topbar-actions') Back to Users @endsection @push('styles') @endpush @section('content')
@endsection @push('scripts') @endpush