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

Instagram Section

Add New

Instagram List

@foreach($instagrams as $instagram) @endforeach
Image Link Actions
Image {{ $instagram->link }} Edit
@csrf @method('DELETE')
@endsection @section('script') @endsection