flexisip-account-manager/flexiapi/resources/views/errors/minimal.blade.php
2025-04-23 13:01:45 +00:00

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