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