@if(Session::has('success'))
{!! Session::get("success") !!}
@elseif(Session::has('error'))
{!! Session::get("error") !!}
@endif
{{tc('new')}}
| Id | {{tc('project')}} | {{tc('flats')}} | {{tc('edit')}} |
|---|---|---|---|
| {{$project->id}} | {{$project->name}} | {{tc('flats')}} | {{----}} |