@section('site_title', formatTitle([__('UUID generator'), __('Tool'), config('settings.title')])) @section('head_content') @endsection @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('dashboard'), 'title' => __('Home')], ['url' => route('tools'), 'title' => __('Tools')], ['title' => __('Tool')], ]])

{{ __('UUID generator') }}

{{ __('UUID generator') }}
@include('shared.message')
@cannot('tools', ['App\Models\User'])
@endcannot @csrf
{{ __('Copy') }}
@cannot('tools', ['App\Models\User'])
@if(paymentProcessors()) @include('shared.features.locked') @else @include('shared.features.unavailable') @endif
@endcannot