@extends('admin.layouts.app') @section('title', 'All Instagram') @section('section') @php if (!empty($instagram->content)) { // Decode the 'content' JSON string into an associative array. $decodedData = json_decode($instagram->content, true); } @endphp

Instagram Form

@csrf

Instagram Section



Instagram Section

@foreach($get_instagrams as $get_instagram) @endforeach
Title Sub Title Image Edit Delete
{{$get_instagram->title}} {{$get_instagram->second_title}} Edit Delete
@endsection @section('script') @endsection