@extends('apex-layouts.main') @section('title',$model->title) @section('header-right') @endsection @section('content')
imageLogo->filePath."/".$model->imageLogo->title:env("NO_IMAGE_URL")}}" alt="{{$model->title}}">

{{$model->title}}

@foreach($model->images as $file)
Make Cover Image
filePath}/{$file->title}"}}" alt="ToDo Pic" height="200">
@endforeach
@endsection @section('scripts') @stop @section('styles') @stop