@extends('layouts.admin-layout') @section('title', 'All Makes Us Different ') @section('content')
@csrf

Makes Us Different Section


Makes Us Different Section

@foreach($get_makes_us_different as $makes_us_different) @endforeach
S.N. Heading Image status Action
{{ $loop->iteration }} {{$makes_us_different->heading ? : ''}} {{$makes_us_different->status === 1 ? 'Approve' : 'Not Approve'}}
@endsection @section('script') @endsection