mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 01:53:55 +02:00
7 lines
177 B
PHP
7 lines
177 B
PHP
@extends('layout')
|
|
|
|
@section('content')
|
|
<div class="my-10 text-center text-base font-title uppercase text-primary">
|
|
@lang('app.cannot-upload-blocked-ip')
|
|
</div>
|
|
@endsection
|