@php
// Agency
$agency = App\Model\Agency::find($info_invoice->agency_id);
// Process
$process = App\Model\Process::find($info_invoice->process_id);
@endphp
@extends('layouts.page')
@include('html.header.input')
@include('html.header.edm-ajax')
@push('css')
@endpush
@push('script')
@endpush
@push('head')
@endpush
@section('ui-header')
@endsection
@section('ui-content')
{{-- 진행단계 --}}
{{ Lang::get('invoice.word.step_after_commission_standing_by') }}
{{ Lang::get('invoice.word.step_after_commission_claim') }}
{{ Lang::get('invoice.word.step_after_commission_amount_estimate') }}
{{ Lang::get('invoice.word.step_after_commission_transfer') }}
{{ Lang::get('invoice.word.step_after_commission_completed') }}
@if (isLogin('staff'))
@yield('invoice-content-buttons')
@endif
{{ strtoupper(Lang::get('invoice.word.invoice_details')) }}
{!! $template_invoice !!}
@endsection
@section('ui-footer')
@endsection