{{-- @extends('errors::minimal') @section('title', __('Forbidden')) @section('code', '403') @section('message', __($exception->getMessage() ?: 'Forbidden')) --}} @extends('layouts/fullLayoutMaster') @section('title', 'Akses Terbatas') @section('content')

Akses Terbatas

@endsection