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

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

@include('validate')

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

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