@extends(backpack_view('layouts.top_left')) @php $defaultBreadcrumbs = [ trans('backpack::crud.admin') => backpack_url('dashboard'), $crud->entity_name_plural => url($crud->route), trans('backpack::crud.edit') => false, ]; // if breadcrumbs aren't defined in the CrudController, use the default breadcrumbs $breadcrumbs = $breadcrumbs ?? $defaultBreadcrumbs; @endphp @section('content')
{{ __('admin.auth.user.fields.tabs.1.title') }}

Security Settings

Billing Settings

Your name may appear around here where you are mentioned. You can change or remove it at any time.

You have not made any payment.

@endsection