@extends('app') @section('content') @if(Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif

Photo Albums - List

{{--Private Events Data Table--}}
@if(Auth::user()->can('photoalbums-create')) Add a Photo Album @endif

Published Photo Albums

Some text will come here.Some text will come here.Some text will come here.Some text will come here. Some text will come here.Some text will come here.Some text will come here.Some text will come here. Some text will come here.Some text will come here.Some text will come here.Some text will come here.

@if(Auth::user()->can('photoalbums-edit')) Move To Drafts @endif @if(Auth::user()->can('photoalbums-destroy')) Delete @endif
# Title Year Total Images Type Tawasul User Publish Date Actions

Drafts(On Hold) Photo Albums

Some text will come here.Some text will come here.Some text will come here.Some text will come here. Some text will come here.Some text will come here.Some text will come here.Some text will come here. Some text will come here.Some text will come here.Some text will come here.Some text will come here.

@if(Auth::user()->can('photoalbums-edit')) Publish @endif @if(Auth::user()->can('photoalbums-destroy')) Delete @endif
# Title Year Total Images Type Tawasul User Publish Date Actions

{{--Requests Data Table--}}

Requests

Some text will come here.Some text will come here.Some text will come here.Some text will come here. Some text will come here.Some text will come here.Some text will come here.Some text will come here. Some text will come here.Some text will come here.Some text will come here.Some text will come here.

@if(Auth::user()->can('photoalbums-edit')) Delete @endif
# Photo Album No Of Images Requested By Requested At Actions

Completed Requests

Some text will come here.Some text will come here.Some text will come here.Some text will come here. Some text will come here.Some text will come here.Some text will come here.Some text will come here. Some text will come here.Some text will come here.Some text will come here.Some text will come here.

@if(Auth::user()->can('photoalbums-edit')) Delete @endif

# Photo Album No Of Images Requested By Requested At Actions
{!! Form::open(['method' => 'POST','class' => 'inline','id'=> 'bulkaction']) !!} {!! Form::close() !!} @endsection