@extends('layout.admin.app') @section('title', __('global.alert_error_403')) @section('breadcrumb') @endsection @section('style')@endsection @section('script')@endsection @section('content')

{{ __('global.alert_error_403') }}

@empty(!$url)
{{ $url }}
@endempty @endsection