@extends('frontend.layouts.layout') @push('title') | Lista de marcas @endpush @include('frontend.partials.header') @section('content')
@endsection @push('footer') @include('frontend.partials.footer') @endpush @push('js') @endpush