@if(isset($template_list) && count($template_list) > 0)
@foreach($template_list as $key=>$row)
    @if(count($row['templates']) > 0) @foreach($row['templates'] as $template)
  • {{ $template['title'] }}
  • @endforeach @endif
@endforeach
@endif