@extends('adminlte::page') @section('css') @endsection @section('title', 'Reef | Perk') @section('content')
@if(Session::has('error'))

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

@endif

Create Perk

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

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

@endif @livewire('dashboard.perks.perk-form', ['perk' => $perk])
@stop