2021-06-25 09:44:30 +03:00

18 lines
524 B
PHP

@extends('layouts.admin')
@section('title', trans('invoices.payment_made'))
@section('new_button')
<x-transactions.show.top-buttons type="expense" :transaction="$payment" hide-button-share hide-button-email />
@endsection
@section('content')
<x-transactions.show.content type="expense" :transaction="$payment" />
@endsection
@push('scripts_start')
<link rel="stylesheet" href="{{ asset('public/css/print.css?v=' . version('short')) }}" type="text/css">
<x-transactions.script type="expense" />
@endpush