wyyl/themes/default/brand/list.blade.php

11 lines
154 B
PHP

@extends('layout.master')
@section('body-class', 'page-categories')
@section('content')
<div class="container">
{{ dd($brands) }}
</div>
@endsection