@extends('adminlte::page') @section('css') @endsection @section('title', 'Feature Employee') @section('content_header') @stop @section('content')
{{ Session::get('error') }}
@endif{{ Session::get('message') }}
@endif @livewire('dashboard.feature-employee.form', ['post' => $post])