@extends('backend.layouts.app') @section('content')
Brands
@foreach ($brands as $items) @endforeach
Logo Title Description Action
{{ $items->title }} {!! Str::limit($items->description, 100, '...') !!}
@csrf @method('delete')
@endsection @section('js') @endsection