@extends('app') @section('content') @if(Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif {!! Breadcrumbs::render('admin.photoalbums.index') !!}

Requested Images - List

{{$person->name}} {{$person->father_name.' '.$person->grand_father_name.' '.$person->g_grand_father_name}} {{$nodeID}}

@if(Auth::user()->can('photoalbums-edit')) @if($photoalbum->is_complete==0) Move @endif @endif @if(Auth::user()->can('photoalbums-edit')) Delete @endif

{{----}}
# ImagePhoto AlbumCaption Requested By Requested At Status Actions

{!! Form::open(['method' => 'POST','class' => 'inline','id'=> 'bulkaction']) !!} {!! Form::close() !!} @endsection