@extends('layouts.user') {{-- Web site Title --}} @section('title') @stop {{-- Content --}} @section('content') @component('components.panel', ['title' => $title, 'icon' => 'account_balance'])
{{ trans('clients.id') }} {{ trans('clients.company') }} {{ trans('clients.contact_person') }} {{ trans('clients.bank_name') }} {{ trans('clients.settlement') }} {{ trans('clients.actions') }}
@endcomponent @stop {{-- Scripts --}} @section('scripts') @stop