@php
$tabs = [
'color' => [
'label' => __('Color'),
],
'image' => [
'label' => __('Image'),
],
// 'gradient' => [
// 'label' => __('Gradient'),
// ],
];
$fill_cover_pos = [
'left-top' => [
'label' => __('Left Top'),
],
'center-top' => [
'label' => __('Center Top'),
],
'right-top' => [
'label' => __('Right Top'),
],
'left-middle' => [
'label' => __('Left Middle'),
],
'center-middle' => [
'label' => __('Center Middle'),
],
'right-middle' => [
'label' => __('Right Middle'),
],
'left-bottom' => [
'label' => __('Left Bottom'),
],
'center-bottom' => [
'label' => __('Center Bottom'),
],
'right-bottom' => [
'label' => __('Right Bottom'),
],
];
@endphp
@foreach ($tabs as $key => $tab)
@endforeach
{{-- Start Color Tab --}}
{{-- End Color Tab --}}
{{-- Start Image Tab --}}
{{ __('Select Image') }}
{{--
{{ __('Anchor Position') }}
@foreach ($fill_cover_pos as $key => $pos)
@endforeach
{{ __('Repeat') }}
--}}
{{-- End Image Tab --}}
{{-- Start Gradient Tab --}}
{{--
--}}
{{-- End Gradient Tab --}}