@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('feed')
{{--for displaying error message if wrong network is provided in view report (Added by Aishwarya php developer)--}} @if (session('Fail'))
{{ session('Fail') }}
@endif

Facebook feeds

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