@extends('layouts.app') @section('content')
@can('boms.create') usuarios Agregar Bom @endcan

Listado Boms

@include('flash::message')
@include('boms.table')
@endsection @push('page_scripts') @endpush