Add Why Choose Us
List
| Sr. | Title | Description | Status | Action |
|---|---|---|---|---|
| {{ $sr++ }} | {{ $whyChooseUs->title ?? '' }} | {!! $whyChooseUs->description ?? '' !!} | @if($whyChooseUs->status == 1) @else @endif |
@extends('admin.layouts.app') @section('title','Why Choose Us') @section('content')
| Sr. | Title | Description | Status | Action |
|---|---|---|---|---|
| {{ $sr++ }} | {{ $whyChooseUs->title ?? '' }} | {!! $whyChooseUs->description ?? '' !!} | @if($whyChooseUs->status == 1) @else @endif |