@extends('layouts.template') @section('content')
PostVenta
Editar Formulario Post-Venta
@csrf @method('PUT')
  REGRESAR
@include('layouts.history', [ 'history' => $form_postsale->history->sortByDesc('created_at'), ])
@endsection @section('scripts') @endsection