@extends('layouts.app') @section('title', 'Marcas') @section('content')
@can('brand.show') @endcan @can('brand.edit') @endcan @can('brand.create') @endcan
@endsection