@extends('layouts.app') @section('content')
Marcas
@foreach($brands as $brand) @endforeach
Id Código Nombre Creado Modificado
{{$brand->id}} {{$brand->code}} {{$brand->name}} {{$brand->created_at}} {{$brand->updated_at}}
@endsection