@extends('voyager::master') @section('page_title', 'Cover Photo') @section('page_header') @stop @section('content') @include('_partials.alerts')
@if (isset($coverphoto)) @if (count($coverphoto) > 0) @foreach ($coverphoto as $index => $cover) @endforeach @else @endif @else @endif
{{ __('datatable.sn') }} {{ __('datatable.organization_id') }} {{ __('datatable.cover.image_name') }} {{ __('form.type_image') }} {{ __('voyager::generic.actions') }}
{{ $index + 1 }} {{ checkAndReturnValue($cover, 'organizationId') }} {{ checkAndReturnValue($cover, 'imagename') }} {{ checkAndReturnValue($cover, 'imagename') }}
{{__('messages.no_records_found')}}
{{ __('messages.error_message') }}
@stop