filesharing/resources/views/cannotupload.blade.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