@extends('layouts/contentLayoutMaster') @section('title', 'Notifications') @section('content')

Notifications

@forelse ($data as $key => $row) @empty @endforelse
@sortablelink('id', 'Id') @sortablelink('username', 'User Name') @sortablelink('note', 'Note') @sortablelink('action', 'Action')
{{ $key + 1 }} {{ $row->customer->name }} {{ $row->customer->note }} @if( $row->status == 0) @else @endif
No records found.
@endsection