@foreach($templates as $template)
{{ $template->name }}
@if ( ! $template->is_in_use)
@csrf @method('DELETE') {{ __('Edit') }}
@endif
@include('sendportal::templates.partials.griditem')
@endforeach
{{ $templates->links() }}