@extends ('../welcome') @section ('content')

Buildings

{{----}} @forelse ($buildings as $building) {{----}} @empty No buildings yet @endforelse
ID Name Phase Name Project Name Created At ActiveAction
{{$building?->id}} {{$building->name}} @if ($building->phase?->id) {{$building->phase->name}} @endif @if ($building->phase?->id) {{$building->phase->project->name}} @endif {{$building->created_at}}
@csrf @if(auth()->user()->type == 'admin') @endif
@csrf @method('DELETE')
@endsection