@extends('layout.master') @section('title', 'Edit Bill') @section('content')

Edit Bill

@include('inc.messages')
@csrf @method('put')
{{-- --}} @php $i=0; $total = 0; @endphp @foreach ($bill->processes as $process) {{-- --}} @php $total += ($process->rate*$process->inward_process->quantity); @endphp @endforeach
# Date Machine QuantityOutward QuantityRate Amount
{{++$i}}
@endsection @section('css') @endsection @section('js') @endsection