@extends('layouts.admin-layout') @section('title', 'All Our Value Client ') @section('content')
@csrf

Our Value Client Section

Profile Preview

Our Value Client Section

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