mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
15 lines
No EOL
281 B
PHP
15 lines
No EOL
281 B
PHP
@extends('layouts.main')
|
|
|
|
@section('content')
|
|
|
|
<h2>@yield('code') - @yield('title')</h2>
|
|
|
|
<p class="text-center">
|
|
@yield('message')
|
|
<br /><br />
|
|
<a class="btn secondary mt-5" href="{{ route('account.home') }}">
|
|
Go back to the homepage
|
|
</a>
|
|
</p>
|
|
|
|
@endsection |