Commit new vendor files

This commit is contained in:
Graham Campbell
2018-12-28 14:01:55 +00:00
parent e764023ad8
commit b18a8dff6b
11 changed files with 710 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
@extends('errors::illustrated-layout')
@section('code', '429')
@section('title', __('Too Many Requests'))
@section('image')
<div style="background-image: url({{ asset('/svg/403.svg') }});" class="absolute pin bg-cover bg-no-repeat md:bg-left lg:bg-center">
</div>
@endsection
@section('message', __('Sorry, you are making too many requests to our servers.'))