@extends('header') @section('head') @parent @stop @section('top-right')
@stop @section('content')
@if ($project)
{!! link_to('/tasks', trans('texts.tasks')) !!}
{!! $project->present()->link !!}
@elseif ($client)
{!! link_to('/tasks', trans('texts.tasks')) !!}
{!! $client->present()->link !!}
@else
{!! link_to('/tasks', trans('texts.tasks')) !!}
@endif
{{ trans('texts.kanban') }}
{{ trans('texts.cancel') }}
{{ trans('texts.view') }}
{{ trans('texts.save') }}
{{ trans('texts.new_task') }}...
{{ trans('texts.cancel') }}
{{ trans('texts.save') }}
{{ trans('texts.new_status') }}...
{{ trans('texts.cancel') }}
@stop