@include('layouts.header_section') @include('layouts.left_side_bar')

Notification Center

@php $username = session('admin_name'); @endphp @if($username == 'admin') {{-- Your content for admin user --}}

Notification Center

@if(session('delete_success_customer'))
{{ session('delete_success_customer') }}
@endif @if(session('delete_failed_customer'))
{{ session('delete_failed_customer') }}
@endif @if($fetch_noti != null) @php $var = 0; @endphp @foreach($fetch_noti as $data) @endforeach @endif
S.no. Notification Name Status Type Created At
{{ ++$var }} {{ $data->noti_name }} {{ $data->noti_status }} {{ $data->noti_type }} {{ $data->noti_created_at }}
@else

Customer List

@if(session('delete_success_customer'))
{{ session('delete_success_customer') }}
@endif @if(session('delete_failed_customer'))
{{ session('delete_failed_customer') }}
@endif @if($customer_details != null) @php $var = 0; @endphp @foreach($customer_details as $data) {{-- --}} @endforeach @endif
S.no. Customer Id Customer Name Customer Email Customer Number Date of Registration Select Type
{{ ++$var }} {{ $data->cust_id }} {{ $data->user_username }} {{ $data->user_email }} {{ $data->user_number }} {{ $data->created_at }} Delete
@endif
Navbar Color Options

Layout Options

Sidebar menu Background


Sidebar Background Image
background image
background image
background image
background image