@extends('adminlayout.admin') @section('content')

Invoice {{ '#GTBBPS00'.$data->id }}

  • Created At: {{ date_format($data->created_at, 'd M Y, h:i:s A') }}
{{-- Global Tax --}}

{{ CompanyInfo()->name }}

  • {{ CompanyInfo()->address }}
  • {{ CompanyInfo()->mobile }}
  • @if(CompanyInfo()->cin!=null)
  • {{ CompanyInfo()->cin }}
  • @endif @if(CompanyInfo()->gstin!=null)
  • {{ CompanyInfo()->gstin }}
  • @endif
{{--

Invoice

--}}
  • Invoice ID:{{ '#GTBBPS00'.$data->id }}
  • Status:{{ $data->responseReason }}
  • Date:{{ date_format($data->created_at, 'd M Y') }}
Invoice To

{{ $data->user->name }}

  • {{ $data->user->post_office.', '.$data->user->city.', '.$data->user->state.', '.$data->user->country }}
  • {{ $data->user->phone }}
  • Cutomer Name:{{ $data->RespCustomerName }}
  • Payment Mode:{{ $data->paymentMode }}
  • Bill Number:{{ $data->RespBillNumber }}
Biller Name Transaction Referance ID Approval Referance Number Txn Resp Type Amount
{{ $billerName->billerName }} {{ $data->txnRefId }} {{ $data->approvalRefNumber }} {{ $data->txnRespType }} {{ $data->RespAmount/100 }}
Grand Total {{ $data->RespAmount/100 }} ₹
Invoice was created on a computer and is valid without the signature and seal.
T&C
@endsection