@push('styles') @endpush @section('title') Postventas @endsection @section('css') @endsection @section('page-title') Postventas @endsection
@can('visualizar postventas') @if(session()->has('success'))
{{ session()->get('success') }}
@endif

Postventas

@can('crear postventas')
Agregar postventa
@endcan
@php $acciones = Auth::user()->can('editar postventas') || Auth::user()->can('eliminar postventas'); @endphp
@if($acciones) @endif
Nombre Tipo de Servicio ColorAcciones
@if($modal === true) @endif @endcan
@section('scripts') @endsection