@extends('layouts.app')
@section('title', 'Compras | Veltrix v2')
@section('topbar_actions')
@if (has_permission('compras.crear'))
@endif
@endsection
@section('content')
@include('modules.compras._legacy_compras_body')
@endsection
@push('scripts')
@endpush