@extends('admin.layouts.app') @section('content')
@isset($page_title) {{ $page_title }} @endisset
@include('admin.feature.table')
@canany(['feature-create','feature-edit'])
@isset($edit_feature) Update @else Add @endisset Feature
@isset($edit_feature) @method('PUT') @endisset @csrf
@error('name') {{$message}} @enderror
@error('amount') {{$message}} @enderror @error('amount_type') {{$message}} @enderror
@isset($edit_feature) @else @endif
@endcan
@push('js') @endpush @endsection