@extends('admin.layouts.master') @section('content')

{{ __('Feature Images') }}

{{ __('Feature Images List') }}

@foreach ($feature_images as $key => $feature) @endforeach
{{ __('#') }} {{ __('Image') }} {{ __('Title') }} {{ __('Status') }} {{ __('Action') }}
{{ ++$key }} {!! json_decode($feature->title)->en !!} @if ($feature->status == 'active') Active @else InActive @endif
@csrf
@endsection