@extends(auth()->guard('admin')->check() ? 'templates.bento.blades.admin.layouts.admin' : 'templates.bento.blades.layouts.user') @section('content')
{{ __('This feature is currently under development. Our team is working hard to bring this functionality to you soon.') }}
{{-- Actions --}}
{{ $controller }}
{{ $method . '()' }}
{{ $message }}