@extends('admin.layouts.app') @section('title','Why Choose Us') @section('content')

Why Choose Us

Add Why Choose Us

List

@php $sr = 1 @endphp @foreach($whyChoosesUs as $whyChooseUs) @endforeach
Sr. Title Description Status Action
{{ $sr++ }} {{ $whyChooseUs->title ?? '' }} {!! $whyChooseUs->description ?? '' !!} @if($whyChooseUs->status == 1) @else @endif
@endsection @section('js') @endsection