@include('uthhanOriginals.stylesheet') @include('uthhanOriginals.left_side_bar')

UOP GST Invoice

@php $username = session('admin_name'); @endphp @if ($username == 'admin')

Customer List

@if (!empty($gst_invoice)) @php $var = 0; @endphp @foreach ($gst_invoice as $data) {{-- View Button (Commented Out) --}} {{-- --}} @endforeach @endif
S.no. Order Id Customer Name Cust type Customer Email Customer Number Created At Invoice download
{{ ++$var }} {{ $data->st_invoice_id }} {{ $data->st_user_full_name }} UOP {{ $data->st_user_email }} {{ $data->st_user_mobile }} {{ $data->manual_created_on }} @php $link2 = 'https://uthhanecom2.gergstore.com/UthhanInvoice/fetch_product_details2/'; @endphp View Download
@else

Alert For You

@endif
Navbar Color Options

Layout Options

Sidebar menu Background


Sidebar Background Image
background image
background image
background image
background image

@include('uthhanOriginals.footer')