@extends('admin.layouts.app') @section('content')

imgInsta Post

@forelse($instapost as $val) @empty @endforelse
# Image Actions

{{ $val->id }}

@if($val->image) @else No image @endif
Data not found!
@endsection