@extends('layouts.admin.app') @section('page-nav-title')

{{ __('Brands') }}

{{ __('Control and view all Brands') }}

@endsection @section('content') @include('includes.dialog')
@foreach ($brands as $brand) @endforeach
{{ __('#ID') }} {{ __('Brand image') }} {{ __('Brand name') }} {{ __('Description') }} {{ __('category') }} {{ __('Control') }}
{{ $brand->id }} {{ $brand->name }} {{ $brand->getDescriptionAttribute() }} {{ $brand->category->name }}
@endsection @section('scripts') @endsection