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

Category Manage

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