@extends('dashboard.layouts.app') @section('title', transWord('الماركات')) @section('content')
@foreach ($brands as $brand) @endforeach
# {{ __('models.name') }} {{ __('models.actions') }}
{{ $brand->id }} {{ $brand->name }}
@push('js') @endpush @endsection