@extends('layouts.app') @section('title', '403') @section('content')

{{__('app.forbidden')}}

{{ __('app.msg_limit_over') }} {{ strtolower($module)}}.

@endsection