@extends('layouts.admin/e-commerce.app') @section('title', 'Brand List') @push('css') @endpush @section('content')

Brand List

Brand List

@foreach ($brands as $key => $data) @endforeach
SL Name Description Cover Photo Status Action
{{$key + 1}} {{$data->name}} {{Str::words($data->description, 5, '...')}} @if ($data->cover_photo == 'default.png') Cover Photo @else Cover Photo @endif @if ($data->status) Active @else Disable @endif
@csrf @method('DELETE')
SL Name Description Cover Photo Status Action
@endsection @push('js') @endpush