@extends('layouts.frontend') @section('content')
MY INVOICE ({{ $invoiceCountText }})
@if ($invoiceCount < 100) @else @endif
@endsection @section('seo') {{'My Invoice - ' . $siteTitle}} @endsection @section('footer_script') @endsection