@extends('layouts.admin') {{trans('home.whyChooseUsStructs')}} @section('content')
{{trans('home.whyChooseUsStructs')}}

{{trans('home.table_contain_all_data_shortly_you_can_view_more_details')}}

@foreach($WhyChooseUsStructs as $WhyChooseUsStruct) @endforeach
{{trans('home.id')}} {{trans('home.title_en')}} {{trans('home.title_ar')}} {{trans('home.image')}} {{trans('home.status')}}
{{$WhyChooseUsStruct->id}} {{$WhyChooseUsStruct->title_en}} {{$WhyChooseUsStruct->title_ar}} @if($WhyChooseUsStruct->image) @else @endif @if($WhyChooseUsStruct->status == 1) {{trans('home.yes')}} @else {{trans('home.no')}} @endif
@endsection