@extends('../../layouts/partials/header') @section('title', 'BMW') @section('content_header')

BMW - Listado

@endsection @section('content') @livewire('bmw.bmw-index') @endsection @extends('../../layouts/partials/footer')