@extends('layouts.app') @section('content')

Tambah Penjualan

@csrf @method('PUT') @include('penjualan.form')
@endsection