@extends('layout.app') @section('title', __('brands')) @section('content')
{{ __('brands') }}
@foreach ($brands as $key => $brand) @endforeach
{{ __('sl') }} {{ __('image') }} {{ __('brand') }} {{ __('action') }}
{{ $loop->iteration }} {{ $brand->title }}
@endsection