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

{{ __('WhyChooseUs') }}

{{ __('WhyChooseUs List') }}

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