@foreach($templatepaths_arrays as $k => $template)
@if(($template->Type == "Jersey" || $template->Type == "Shirts") && $template->Side == "Front")
@endif
@if(($template->Type == "Jersey" || $template->Type == "Shirts") && $template->Side == "Back")
@endif
@if($template->Type == "Shorts" && $template->Side == "Right")
@endif
@if($template->Type == "Shorts" && $template->Side == "Left")
@endif
@if($template->Type == "Shirts" && $template->Side == "Right")
@endif
@if($template->Type == "Shirts" && $template->Side == "Left")
@endif
@endforeach