@extends('layouts.master') @section('title', __('Purchase Return')) @section('css') @endsection @section('content')

{{__('Purchase Return')}} Edit

@csrf @method('PUT')
{{__('Purchase Return')}} {{__('Information')}}
{{--
--}}
{{-- --}}
{{--


--}}
{{__('Purchase Return')}} Details
Total sebelum pajak: 0
@foreach ($purchaseReturn->details as $index => $detail) @endforeach
{{__('Item')}} Unit Qty {{__('Price')}} {{__('Discount')}} (%) {{__('Discount')}} Nominal Action
{{-- --}}
@csrf @method('POST')
Back
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection