@extends('admin.layouts.app') @section('panel')
@forelse($homepage as $type) @empty @endforelse
@lang('Sort') @lang('Title') @lang('Priority') @lang('Status') @lang('Type') @lang('Default') @lang('Media Type') @lang('Logo') @lang('Icon') @lang('Created At') @lang('Action')
{{ $type->title }} {{ $type->priority ?? 0 }} {{ $type->status == 1 ? 'Active' : 'InActive' }} {{ optional($type->type)->title ?: 'Default (No Type)' }} {{ $type->is_default ? 'Yes' : 'No' }} {{ strtoupper($type->hero_media_type ?? 'image') }} @if($type->hero_logo_light || $type->hero_logo_dark) Configured @else None @endif @if($type->image) icon @else - @endif {{ showDateTime($type->created_at) }}
{{ __($emptyMessage) }}
@if ($homepage->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @lang('Add New') @endpush @push('script') @endpush