@extends('layouts.plantillabase'); @section('css') @endsection @section('contenido') CREAR @foreach ($cotizacions as $cotizacion) @endforeach
ID Clave Tipo Subtotal Total Acciones
{{$cotizacion->id}} {{$cotizacion->clave}} {{$cotizacion->tipo}} {{$cotizacion->subtotal}} {{$articulo->total}}
Editar @csrf @method('DELETE')
@section('js') @endsection @endsection