@extends('layout-admin.index') @section('title', "Car Unit") @section('body')

Tabel Brand

@php $no=1 @endphp @foreach ($brands as $brand) @endforeach
No Nama Aksi
{{ $no++ }} {{ $brand->name }}
@foreach ($brands as $brand) @endforeach
@endsection @section('js') @endsection