@extends('backend/template/template') @section('content')

Dashboard||Here are Your all Brand

Here are all description all slider.

{{-- --}}
@foreach ($brands as $brand) @endforeach
#SL Name Logo Status
{{$sl}} {{$brand->name}} @if($brand->status==1) @else @endif
{{-- --}} @endsection