@extends('layouts.app') @section('title','Book Issue Details') @section('pages')
INVOICE DATE : @if(isset($bookIssue->issue_date)) {{$bookIssue->issue_date}}@endif |
INVOICE NO : @if(isset($bookIssue->issue_no)) {{$bookIssue->issue_no}}@endif |
PAYMENT TERMS : CREDIT |
Member (Bill To) :@if(isset($bookIssue->getStudentAllDetails->name)) {{$bookIssue->getStudentAllDetails->name}}@endif PHONE NO :@if(isset($bookIssue->getStudentAllDetails->account_contact->phone_no)) {{$bookIssue->getStudentAllDetails->account_contact->phone_no}}@endif EMAIL ID :@if(isset($bookIssue->getStudentAllDetails->account_contact->email)) {{$bookIssue->getStudentAllDetails->account_contact->email}}@endif BILL TO ADDRESS :@if(isset($bookIssue->getStudentAllDetails->first_account_address->address_line1)) {{$bookIssue->getStudentAllDetails->first_account_address->address_line1}}@endif |
Reff No. :@if(isset($bookIssue->getStudentAllDetails->unique_register_no)) {{$bookIssue->getStudentAllDetails->unique_register_no}}@endif Delivery Agent |
{!! $borcode !!}
{{$bookIssue->issue_no}} |
Book Details | ||||
Sl No | Title | ISBN NO | Publisher | Laguages |
---|---|---|---|---|
{{$key}} | {{$list->book->short_name ?? ''}} @if(isset($list->book->book_details->author)) Author: {{$list->book->book_details->author??''}} @endif |
{{$list->book->shortcode ?? ''}} | {{$list->book->book_details->publisher??''}} | {{$list->book->book_details->laguage??''}} |