@extends('layouts/contentNavbarLayout') @section('title', 'Employee Tab') @section('content')
@yield('employee_content')
@endsection