@extends('backend.layouts.app') @section('title') @lang('workflow::labels.title') @stop @section('content') @livewire("workflow.view-tax-workflow-payment-transaction-component", ["vehicleId" => $vehicleId ]) @endsection