@extends('layouts.app') @section('template_title') Create Precios Ing @endsection @section('content')
@includeif('partials.errors')
Create Precios Ing
@csrf @include('precios-ing.form')
@endsection