@extends('layout') @section('title') Employee @endsection @section('content')

Employee

Employee List

Name Email First Transaction Last Transaction
@endsection @section('script') @endsection