@extends('employee.master')
@section('title','Dashboard')
@section('content_header')
Dashboard {{ Session::get('error_msg') }} {{ Session::get('succ_msg') }}
@endsection
@section('main_content')
@include('sweetalert::alert', ['cdn' => "https://cdn.jsdelivr.net/npm/sweetalert2@9"])
@endsection