@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('navs.general.home')) @section('content')

Projects :: {{$box->project->label}} :: {{$box->label}}

@foreach($photos as $photo)
{{$photo->label}}
{{$photo->description}}
@endforeach @foreach($models as $model) @endforeach
@endsection @section('page-style-files') @stop @section('page-js-files') @stop @section('page-js-script') @stop