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