@extends('dashboard_layout') @section('content')
@if(Session::has('submit-status'))

{{ Session::get('submit-status') }}

@endif @if(Session::has('error-status'))

{{ Session::get('error-status') }}

@endif

My Postings

My Posts

@if (count($fetch_post_from_all_groups) > 0) @foreach($fetch_post_from_all_groups as $key => $value) @endforeach @else @endif
Group Name Post Title Post Image Action
{{$value['group_name']['group_name']}} {{$value['post_title']}} {{-- --}}
There is no post available till now.

My Media Listing

@if (count($fetch_media_from_all_groups) > 0) @foreach($fetch_media_from_all_groups as $key => $value) @endforeach @else @endif
Group Name Media Action
{{$value['group_info']['group_name']}} {{$value['media']}}
There is no media available till now.
@endsection