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


Reordenar projetos

@endsection @section('content')
@foreach($type as $t) @if(!empty($t['project']))

{{$t['type_name']}}

@foreach($t['project'] as $p) @endforeach
Nome Ano Área Local Home Ação
{{$p['name']}} {{$p['year']}} {{$p['field']}} m² {{$p['location']}} @if($p['home'] == 1) @else @endif Ver
@endif @endforeach
@endsection @section('js') @endsection