@extends('layouts.app') @section('title', __('payment.payment_in')) @section('css') @endsection @section('content')
{{ __('payment.payment_in') }}
{{-- CSRF Protection --}} @csrf @method('GET')
{{ __('app.date') }} {{ __('app.reference_no') }} {{ __('sale.invoice_no') }} {{ __('customer.customer') }} {{ __('payment.paid') }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
@endsection @section('js') @endsection