@extends('layouts.app',['title' => 'Tambah Penjualan']) @section('content')

Tambah Penjualan

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