@extends('template.app') @section('title', 'Tambah Pembelian') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
@include('components.toast-notification')
@csrf
@endsection @section('js') @endsection