@extends('layouts.admin-layout') @section('title', 'All Instagram ') @section('content')

Instagram Section

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