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

{{ isset($title)?$title:'' }}

{{ csrf_field() }}
@if(isset($suppliers) && !empty($suppliers)) @else

Please add suppliers first.

@endif
@if(isset($ingredients) && !empty($ingredients)) @else

Please add Ingredients first.

@endif
SN Ingredient(Code) Unit Price Quantity Total Action
G.Total
Paid
Due
@section('js') @endsection @endsection