@extends('layouts/admin/masters.master') @section('opengraph') @endsection @section('tittle','VOICES AND BEATS [ EVENTS MANAGEMENT ] | FEATURSS') @section('content')

Features

@if(count($features)>0)
Available Features ({{ $features->total() }})
Search
Filter
({{ $features->count() }}) Items
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@foreach($features as $feature) @endforeach
SN Feature Action
{{ $features->firstItem() + $loop->index }}
{{ $feature->name }}
{{ $features->appends($_GET)->links('layouts/guest/includes.pagination') }} @else
NO RESULTS FOUND
@endif
@if(isset($_GET['Edit-feature']))
@csrf

Edit Feature

@error('name')
{{$message}}
@enderror
@error('feature_category')
{{$message}}
@enderror
+ Select An Image
@else
@csrf

Add Feature

@error('name')
{{$message}}
@enderror
@error('feature_category')
{{$message}}
@enderror
+ Select An Image
@error('image')
{{$message}}
@enderror
@endif
@endsection @section('script') @endsection