@lang('View Collections')
{{csrf_field()}}
@if($collections) @foreach($collections as $collection) @endforeach @endif
@lang('ID') @lang('Image') @lang('Title') @lang('Heading') @lang('Position') @lang('Status') @lang('Created') @lang('Action')
{{$loop->iteration}} @if($collection->photo) @php $image_url = \App\Helpers\Helper::check_image_avatar($collection->photo->name, 50); @endphp {{ $collection->name ? $collection->name : __('Collection') }} @else - @endif {{$collection->title}} {{$collection->heading}} {{$collection->priority}} {{$collection->is_active ? __('Active') : __('Inactive')}} {{$collection->created_at}}