@extends('invoice.refund.step', [ 'selected' => 'invoice', ]) @push('css') @endpush @push('script') @endpush @push('head') @endpush @section('invoice-content')

{{ Lang::get('invoice.word.refund_invoice') }}

{!! $template_invoice !!}
@if (isLogin('staff')) @endif
@endsection