@extends('layouts.app') @section('content') @php function formatPath($path) { return str_replace(['/', ' '], ['-', ''], $path); } @endphp
@include('user.create.navigation')

{{ __('user.title.create') }} {{ $type == 1 ? 'interno' : 'cliente' }}

@include('user.create.form')
@endsection