mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 18:08:06 +00:00
Update the dependencies Remove some old codes Bump the package version Move the throttle limit from 60 to 600
15 lines
No EOL
304 B
PHP
15 lines
No EOL
304 B
PHP
@extends('layouts.main')
|
|
|
|
@section('content')
|
|
|
|
<h2 class="text-center pt-5">@yield('code') - @yield('title')</h2>
|
|
|
|
<p class="text-center">
|
|
@yield('message')
|
|
<br />
|
|
<a class="btn btn-secondary mt-5" href="{{ route('account.home') }}">
|
|
Go back to the homepage
|
|
</a>
|
|
</p>
|
|
|
|
@endsection |