flexisip-account-manager/flexiapi/resources/views/account/index.blade.php
2020-09-14 11:24:59 +02:00

5 lines
No EOL
91 B
PHP

@extends('layouts.account')
@section('content')
{{ $account->identifier }}
@endsection