@if (Session::get('Restore'))
Restore!
{{Session::get('Restore')}}
@endif
@if (Session::get('RestoreAll'))
Restore!
{{Session::get('RestoreAll')}}
@endif
@if (Session::get('Parmanentlly'))
Restore!
{{Session::get('Parmanentlly')}}
@endif
@if (Session::get('emptyTrash'))
Restore!
{{Session::get('emptyTrash')}}
@endif
| id |
Name |
Email |
Address |
Phone |
NID NO |
Passport NO |
Photo |
Action |
@foreach ( $GuestTrashed as $Guest)
| {{ $Guest->id }} |
{{ $Guest->Name }} |
{{ $Guest->Email }} |
{{ $Guest->Address }} |
{{ $Guest->Phone }} |
{{ $Guest->NIDNo }} |
{{ $Guest->PassportNo }} |
{{ $Guest->Photo }} |
{{-- Restore --}}
|
@endforeach