@extends('layouts._front.photos')
@section('content')
- {!! Html::link('/','Home') !!}
- {!! Html::link('/photo-gallery','Gallery') !!}
- {{ $photo->name }}
{{ $photo->name }}
- {!! Html::image('upload/photos/'.$photo->fldPhotoGalleryID.'/'.$photo->fldPhotoGalleryImage) !!}
@foreach($photos_additional as $photos_additionals)
- {!! Html::image('upload/photos/'.$photo->fldPhotoGalleryID.'/others/'.$photos_additionals->fldAdditionalPhotoGalleryImage) !!}
@endforeach
- {!! Html::image('upload/photos/'.$photo->fldPhotoGalleryID.'/_300_'.$photo->fldPhotoGalleryImage,'',array('style'=>'width: 190px; !Important')) !!}
@foreach($photos_additional as $photos_additionals)
- {!! Html::image('upload/photos/'.$photo->fldPhotoGalleryID.'/others/_300_'.$photos_additionals->fldAdditionalPhotoGalleryImage,'',array('style'=>'width: 190px; !Important')) !!}
@endforeach
{!! $photo->fldPhotoGalleryDescription !!}
@stop
@section('headercodes')
{!! Html::style('_front/plugins/flexslider/flexslider.css') !!}
{!! Html::script('_front/plugins/flexslider/jquery.flexslider-min.js') !!}
@stop