@extends("backend.layout-sticky.master") @section("title") Product - Sistem Klinik @endsection @push('css') @endpush @section ('back') @endsection @section ('content')
@if ($errors->any())
@endif @if(session()->has('messages'))
{{ session()->get('messages') }}
@endif
@csrf
@if(isset($row) && isset($row->billing_products) && count($row->billing_products)>0) @foreach ($row->billing_products as $value) @endforeach @endif
Nama Jumlah Harga Satuan
@endsection @push('js') @endpush