@extends('cabbooking::front.account.master') @section('title', __('cabbooking::front.notifications')) @push('css') {{-- --}} @endpush @section('detailBox')

{{ __('cabbooking::front.notification') }}

@csrf {{ __('cabbooking::front.mark_as_all_read') }}
@if ($notifications->count()) @if ($notifications->lastPage() > 1)
@endif @endif
@endsection @push('scripts') @endpush