@extends('dashboard.v1.index') @section('title', __('all.car_brands')) @section('content')

{{__('all.car_brands')}}

{{__('all.all_car_brands')}}

@foreach($rows as $row) @endforeach
# {{__('all.name')}} {{__('all.actions')}}
{{$i}} {{$row->name}}
@stop