@extends('layouts.master') @section('heading') {{__('Create task')}} {{$client ? '(' . $client->company_name . ')': ''}} @stop @section('content')
@if(Entrust::can('task-upload-files') && $filesystem_integration)
@lang('Drop files here or click to upload')
@endif
@if(Request::get('client') != "" || $client) @else @endif
@if($projects)
@endif
{{csrf_field()}}
@stop @push('style') @endpush @push('scripts') @endpush