@extends('backends.layouts.master_layout') @section('title',"Brands") @section('page_heading','Brands') @section('content')
@include('backends.includes.notification')
@if($search) Clear Search @endif
@foreach($brands as $k => $brand) @endforeach
SL Title Description Image Is Active Order By Action
{{$k+1}} {{$brand->title}} {{$brand->sub_title}} @if($brand->is_active == 0) Disabled @else Enabled @endif {{$brand->sort_by}}
{{$brands->links()}}
@include('.backends.includes.delete-modal') @endsection