@extends('main') @section('styles') {!! Html::style(Theme::current()->assetPath.'/prettyPhoto/css/prettyPhoto.min.css') !!} @endsection @section('page-title') @endsection @section('content')
@foreach ($categories as $key => $category) @endforeach
@endsection @section('scripts') {!! Html::script(Theme::current()->assetPath.'/prettyPhoto/js/jquery.prettyPhoto.min.js') !!} @endsection