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

Banner Manage

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