@extends('backEnd.layouts.master') @section('title','Childcategory Manage') @section('css') @endsection @section('content')

Childcategory Manage

@foreach($data as $key=>$value) @endforeach
SL SubCategory Name Status Action
{{$loop->iteration}} {{ $value->subcategory->subcategoryName }} {{$value->childcategoryName}} @if($value->status==1) Active @else Inactive @endif
@if($value->status == 1)
@csrf
@else
@csrf
@endif
@csrf
@endsection @section('script') @endsection