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

معرض الصور - استمارات التواصل

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

@if(Request::get("source") == 'complete_request') $photoalbum->id]) }}">علامة معلقة @else @if($photoalbum->images()->where("is_copied",1)->get()->count()>0) $photoalbum->id]) }}">علامة كاملة @endif @endif @if(Auth::user()->hasPermission('photoalbums-edit')) @if($photoalbum->is_complete==0) تم الإنتهاء @endif @endif @if(Auth::user()->hasPermission('photoalbums-edit')) حذف @endif
{{----}}
# الصورPhoto Albumمعلومات الصورة إرسلت من إرسلت في الحالة



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