@extends('frontend.layouts.app') @section('title', '403') @section('main')
{{ __('forbidden') }}
{{ __('something_went_wrong_it_look_like_you_dont_have_access') }}
{{ __('home') }}
{{ __('go_back') }}
@endsection