@inject('carbon', 'Carbon\Carbon')
@inject('FbController', 'App\Modules\Team\Controllers\FacebookController' )
@extends('Team::dashboard.master')
@section('style')
@endsection
@section('title')
SocioBoard | Facebook Feeds
@endsection
@section('facebookFeed')
{{--for displaying error message if wrong network is provided in view report (Added by Aishwarya php developer)--}}
@if (session('Fail'))
{{ session('Fail') }}
@endif
@include('Team::Facebook.inc_profile')
@endsection
@section('postModal')
@include('Team::dashboard.incPostModal')
@endsection
@section('incJS')
@include('Team::dashboard.incJS')
@include('Team::dashboard.incFacebookJS')
@endsection