@extends('backend.admin.layouts.master') @section('content')

{{$heading}}

@include('layouts.message')
{{$heading}}
@foreach($records as $key=>$record) @endforeach
SN Name Status Visibility Action
{{++$key}} {{$record->name}}
status) checked @endif /> {{-- --}} @if ($record->status == 1) @else @endif
{{csrf_field()}}
menu) checked @endif name="menu" /> @if ($record->menu == 1) @else @endif
Manage Features @if(count($record->feature) == 0) Delete @endif Edit
@endsection