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

{{ __('WhyUs Image') }}

{{ __('WhyUs Image List') }}

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