@extends('Team::dashboard.master') @section('style') @endsection @section('title') SocioBoard | Instagram Feeds @endsection @section('feed')
{{--for displaying error message if wrong network is provided in view report (Added by Aishwarya php developer)--}} @if (session('Fail'))
{{ session('Fail') }}
@endif @if (session('error'))
{{ session('message') }}
@endif

Instagram feeds

@include('Team::Instagrm.inc_profile')
@endsection @section('postModal') @include('Team::dashboard.incPostModal') @endsection @section('incJS') @include('Team::dashboard.incJS') @include('Team::Instagrm.incJS') @endsection