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

@lang('general.create') @lang('general.purchase_return')

@include('validate')

@lang('general.purchase_return') @lang('general.details')

@if(is_null($branch)) @else
{{ $branch->branch_name }} @endif
@if(is_null($supplier)) @else
{{ $supplier->supplier_name }} @endif
Product Name Quantity Price Discount (%) Tax (%) Total
No Products Added
Sub Total
Round Off
Grand Total
@csrf
@endsection @push('scripts') @endpush