@extends('layouts.cms_app') @section('content')

{{$title}}

@include('cms.includes.alert_messages')
{{ csrf_field() }}
Your Custom Message

@if(count($files)>0) @foreach($files as $file)
{{ csrf_field() }}
@endforeach @else

Não há imagens cadastradas nesta galeria!

@endif
@endsection @section('css') @endsection @section('scripts') @endsection