@extends('layouts.master')
@section('content')
->employee_picture ? Auth::user()->employee_picture : '/images/avatar.svg' }})
{{--
{{ Auth::user()->name }}
--}}
Here’s what’s happening in your company today.
{{-- {{ sizeof($data['task']) }}
Task --}}
{{-- {{ sizeof($data['note']) }}
Note --}}
{{-- {{ sizeof($data['call']) }}
Call --}}
{{-- {{ sizeof($data['email']) }}
Email --}}
{{-- {{ sizeof($data['meeting']) }}
Meeting --}}
| Customer Name |
Issued Date |
PO Number |
Supplier |
Status |
Action |
@endsection