@extends('layout.master', ['headerTitle' => 'Ledger Details']) @section('style') @endsection @section('body')
ID | {{$showLedger->id}} |
---|---|
Account | {{isset($showLedger->account) ? $showLedger->account->name : ''}} |
code | {{$showLedger->code}} |
Name | {{ucwords($showLedger->name)}} |
Traces Name | {{$showLedger->traces_name}} |
Trades Name | {{$showLedger->trades_name}} |
Opening Balance | {{$showLedger->op_bal}} |
Address | {{$showLedger->address}} |
District | {{$showLedger->district}} |
State | {{$showLedger->state}} |
City | {{$showLedger->city}} |
Pincode | {{$showLedger->pincode}} |
Contact Name | {{$showLedger->person}} |
Mobile | {{$showLedger->contact}} |
Fax | {{$showLedger->fax}} |
{{$showLedger->email}} | |
Pan no | {{$showLedger->pan_no}} @if ($showLedger->pan_no_verified == 1) @else @endif |
Tan no | {{$showLedger->tan_no}} @if ($showLedger->tan_no_verified == 1) @else @endif |
Cha no | {{$showLedger->cha_no}} |
Service tax no | {{$showLedger->service_tax_no}} |
Gst no | {{$showLedger->gst_no}} |
Tin no | {{$showLedger->tin_no}} |
Cst no | {{$showLedger->cst_no}} |
Remarks | {{$showLedger->remarks}} |