@extends('template.template') @section('content') @php use App\Models\Venda; if(isset($_GET['id']) && $_GET['id']){ $venda = Venda::find($_GET['id']); } @endphp
Salvar Cancelar