@extends('index') @section('content')

{{$project->title}}

@php(dd($project)) @foreach($project->project_info as $project_info)
{{$project_info->title}}

{!! $project_info->body !!}

@csrf @if($Admin->premises == 0) @endif
@endforeach
@endsection