Anons79 Mini Shell
| Directory : /home/aplikasiposinfo/public_html/artomoro.fixmate.id/resources/views/pembelian/ |
| Current File : /home/aplikasiposinfo/public_html/artomoro.fixmate.id/resources/views/pembelian/create.blade.php |
@extends('layouts.app')
@section('content')
<div class="container-fluid">
<div class="block-header">
<h2>Tambah Pembelian</h2>
</div>
<form action="{{ route('pembelian.store') }} " enctype="multipart/form-data" method="POST">
@csrf
@include('pembelian.form')
</form>
</div>
@endsection