@extends('fragments.fullTemplate') @section('titulo') Cotizaciones @endsection @section('contenido') @php // @endphp
@if(session()->has('success')) @endif @if(session()->has('warning')) @endif @if(session()->has('error')) @endif @if (count($errors) > 0) @endif
{{csrf_field()}}
-
{{--
--}}

@include('fragments.back', ['url' => 'cotizaciones']) @endsection