@extends('adminlte::page') @section('css') @endsection @section('title', 'Reef | Perks Category') @section('content')
{{ Session::get('error') }}
@endif{{ Session::get('message') }}
@endif @livewire('dashboard.perks.category-form', ['perk' => $perk])