@extends('adminlte::page') @section('css') @endsection @section('title', 'Feature Employee') @section('content_header') @stop @section('content')
@if(Session::has('error'))

{{ Session::get('error') }}

@endif

Create Feature Employee

@if(Session::has('message'))

{{ Session::get('message') }}

@endif @livewire('dashboard.feature-employee.form', ['post' => $post])
@endsection