@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('navs.general.home')) @section('content')

Projects

@foreach($projects as $project) @endforeach
Id Created Label Description User Updated Action
{{$project->id}} {{$project->created_at}} {{$project->label}} {{$project->description}} {{$project->getUser()->name}} {{$project->updated_at}}
{{csrf_field()}}
@if(\Session::has('success'))
{{\Session::get('success')}}
@endif
Create
@endsection