@extends('layouts.app') @section('title', __('sale.return.return')) @section('css') @endsection @section('content')
{{ __('sale.return.return') }}
@can('sale.return.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('sale.return.code') }} {{ __('app.date') }} {{ __('supplier.supplier') }} {{ __('app.total') }} {{ __('payment.balance') }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
@include("modals.payment.invoice-payment", ['payment_for' => 'sale-return']) @include("modals.payment.invoice-payment-history") @include("modals.email.send") @include("modals.sms.send") @endsection @section('js') @endsection