@extends('settings.layouts.master') @section('styles') @endsection @section('contents')
@csrf

{{$category}}

@if(count($data)>0) @foreach($data as $key=>$value) @endforeach @else @endif
Sno Name Description Action
{{$key+1}} {{$value->name}} {{$value->description}}
{{$category}} details not Found
Sno Name Description Action
@endsection @section('scripts') @endsection