List of Print Template
@if(count($printpattern) > 0)
@foreach($printpattern as $row)
@if($row->Type == 'JERSEY')
@endif
@endforeach
@else
{{ $row->Type . " - " . $row->Size }}
Date Created: {{ date("F j, Y g:i a", strtotime($row->DateCreated)) }}No Print Template available
@endif
@if(count($printpattern) > 0)
@foreach($printpattern as $row)
@if($row->Type == 'SHORTS')
@endif
@endforeach
@else