Company Info
Company Name | {{$all->name}} |
---|---|
Industry | @foreach($ary_industry as $key=>$indus) @if($key == $all->industry) {{$indus}} @endif @endforeach |
Mobile | {{$all->mob1}}, {{$all->mob2}} |
{{$all->email1}}, {{$all->email2}} | |
Website | {{$all->web}} |
Address | {{$all->address}} |
Remarks | {{$all->remarks}} |
Adress Book
Name | Designation | Mobile | |
---|---|---|---|
{{$cp->name}} | {{$cp->degisnation}} | {{$cp->mob1}} {{$cp->mob2}} |
{{$cp->email1}} {{$cp->email2}} |
Remarks
{{ $service->services?$service->services->name:'--' }}
New Attachment
Deployment Unit | {{ $service->deployment_unit_details }} |
---|---|
Start Date | {{ date('d M, Y',strtotime($service->start_date)) }} |
Contact Info |
Name : {{ $service->contact_person }} Phone : {{ $service->contact_number }} |
PO Details | {{ $service->po_details }} |
Renew Cycle | {{ $service->renewal_cycle }} Year |
Renew Session | {{ $service->free_session }} Year |
Attachments |
@if($service->attachments)
@foreach($service->attachments as $row)
{{ !empty($row->title)?$row->title:$row->file_name }} @endforeach @endif |