@extends('layout.admin') @section('head') @extends('layout.header') @section('header_title', 'Employee Report') @endsection @section('content')

Employee Report

Invoices

# Customer Name Date Service Amount
No Invoices
@endsection @section('script') @endsection