@extends('backend.admin.layouts.master') @section('content')
| SN | Name | Status | Visibility | Action |
|---|---|---|---|---|
| {{++$key}} | {{$record->name}} |
status) checked @endif />
{{-- --}}
@if ($record->status == 1)
@else
@endif
|
Manage Features @if(count($record->feature) == 0) Delete @endif Edit |