@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( $users as $user ) @endforeach
Nombre Descripción
{{ $user->person->name }} {{ $user->email }} {{ $user->person->employee->rol->name }}
@endsection @section('js') @endsection