mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-17 19:58:27 +00:00
Fix FLEXIAPI-459 Makes the form half the width Fix FLEXIAPI-460 Add conditions to display the dialogs
18 lines
No EOL
467 B
PHP
18 lines
No EOL
467 B
PHP
@extends('layouts.main')
|
|
|
|
@section('breadcrumb')
|
|
@include('admin.parts.breadcrumb.accounts.show', ['account' => $account])
|
|
@endsection
|
|
|
|
@section('content')
|
|
<header>
|
|
<h1><i class="ph ph-phone"></i> {{ $account->identifier }}</h1>
|
|
</header>
|
|
@include('admin.account.parts.tabs')
|
|
|
|
<div class="grid">
|
|
<div class="card">
|
|
@include('account.call_forwardings.edit', ['account' => $account])
|
|
</div>
|
|
</div>
|
|
@endsection |