@extends('layouts.master_app') @section('title') Marcas @endsection @section('menu_tickets', 'here show') @section('css') @endsection @section('content')

Marcas Listar todas

@include('partials.success') @foreach( $brands as $brand ) @endforeach
Nombre Descripción
{{ $brand->name }} {{ $brand->description }}    
@endsection @section('js') @endsection