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