@extends('adminlte::page') @section('title', 'Projetos') @section('meta') @endsection @section('css') @endsection @section('content_header') Voltar
@endsection @section('content')

{{$p['name']}}

Local:
{{$p['location']}}

Data do projeto:
{{$p['year']}}

Área:
{{$p['field']}} m²

Descrição:
{{$p['description']}}


@if(!empty($p['photo']))
@foreach($p['photo'] as $photo)
@endforeach
@endif
@csrf
@endsection @section('js') @endsection