@extends('layouts.admin') @section('title', $project->title) @section('content')

{{ $project->title }}

{{ $project->description }}

@endsection