@extends('admin.layouts.app') @section('content')

Brands

@include('admin.message')
@foreach ($brands as $brand) @endforeach
ID Name Slug Status Action
{{ $brand->id }} {{ $brand->name }} {{ $brand->slug }} @if ($brand->status == 1) @else @endif
@endsection @section('customJs') @endsection