@extends('dashboard.layouts.app')
@section('title', __('accounts.Edit Account'))
@section('page_heading', __('accounts.Edit Account'))
@section('breadcrumb')
{{ __('dashboard.Home') }}
{{ __('accounts.Accounts') }}
{{ $account->name ?? $account->getTranslation('name', 'en') }}
@endsection
@section('content')
@endsection
@section('scripts')
@endsection