@extends('pembelanjaan/konten-site-pembelanjaan') @section('konten-form-nota-pembelanjaan')
Nota Belanja
@include('flash-message')
@csrf
@if ($errors->has('for_nama_makanan'))
{{$errors->first('for_nama_makanan')}}
@endif
@if ($errors->has('for_harga'))
{{$errors->first('for_harga')}}
@endif
@if ($errors->has('for_tgl_belanja'))
{{$errors->first('for_tgl_belanja')}}
@endif
@if ($errors->has('for_jenis_menu'))
{{$errors->first('for_jenis_menu')}}
@endif
@if ($errors->has('for_harga'))
{{$errors->first('for_harga')}}
@endif
@if ($errors->has('for_img'))
{{$errors->first('for_img')}}
@endif
@endsection