@extends('master') @section('content')

GT & NF Attachments

@foreach($gt_nf_attach as $gt_nf_attach_details) @endforeach
File Name {{$gt_nf_attach_details->Name}}
Type {{ isset($gt_nf_attach_details->Type__c)?$gt_nf_attach_details->Type__c:'' }}
Created Date 01/01/1970 12:00:AM
Description {{ isset($gt_nf_attach_details->Description__c)?$gt_nf_attach_details->Description__c:'' }}
@stop