@extends('employee.layouts') @section('title', 'Dashboard') @section('header') @endsection @section('content')

Dashboard

@endsection @section('footer') @endsection