@extends('layouts.user') {{-- Web site Title --}} @section('title') @stop {{-- Content --}} @section('content') @component('components.panel', ['title' => $title])
{{ trans('clients.id') }} {{ trans('clients.email') }} {{ trans('clients.first_name') }} {{ trans('clients.last_name') }} {{ trans('clients.phone_number') }} {{ trans('clients.actions') }}
@endcomponent @stop {{-- Scripts --}} @section('scripts') @stop