@extends('layouts.seller.app', ['page' => $menuSeller['notifications']['active'] ?? ""]) @section('title', __('labels.notifications')) @section('header_data') @php $page_title = __('labels.notifications'); $page_pretitle = __('labels.list'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('seller.dashboard')], ['title' => __('labels.notifications'), 'url' => null], ]; @endphp @section('seller-content')

{{ __('labels.notifications') }}

@endsection @push('scripts') @endpush