@extends('layouts.admin-layout')
@section('title', 'All Instagram ')
@section('content')
Instagram Section
| S.N. |
Image |
Status |
Action |
@foreach($get_instagram as $instagram)
| {{ $loop->iteration }} |
|
{{$instagram->status === 1 ? 'Approve' : 'Not Approve'}}
|
|
@endforeach
@endsection
@section('script')
@endsection