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

Instagram Section


Instagram Section

@foreach($get_instagram as $instagram) @endforeach
S.N. Image Action
{{ $loop->iteration }}
@endsection @section('script') @endsection