@extends('layouts.app') @section('title', __('payment.payment_out')) @section('css') @endsection @section('content')
{{ __('payment.payment_out') }}
{{-- CSRF Protection --}} @csrf @method('GET')
{{ __('app.date') }} {{ __('app.reference_no') }} {{ __('purchase.bill_no') }} {{ __('supplier.supplier') }} {{ __('payment.paid') }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
@endsection @section('js') @endsection