@extends('layout') @section('h4-page', __('setting') . ' ' . __('Taxinvoice')) @section('contents')
@if (session('success')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
  • {{--
  • --}}
  • @if(@$main?->rubber) Preview Rubber Stamp @else @endif
  • @if(@$main?->signature) Preview Signature @else @endif
@endsection @section('scripts') @endsection