@php $password = base64_decode($project->password); @endphp {{ Form::open(['route' => ['projects.copy.link', $projectID, $slug], 'method' => 'POST']) }}
{{ __('Name') }} | {{ __('On/Off') }} |
---|---|
{{ __('Basic details') }} |
basic_details) && $result->basic_details == 'on') checked="checked" @endif id="copy_link_1"
value="on">
|
{{ __('Member') }} |
member) && $result->member == 'on') checked="checked" @endif id="copy_link_2"
value="on">
|
{{ __('Client') }} |
client) && $result->client == 'on') checked="checked" @endif id="copy_link_21"
value="on">
|
{{ __('Milestone') }} |
milestone) && $result->milestone == 'on') checked="checked" @endif id="copy_link_3"
value="on">
|
{{ __('Activity') }} |
activity) && $result->activity == 'on') checked="checked" @endif id="copy_link_4"
value="on">
|
{{ __('Files') }} |
attachment) && $result->attachment == 'on') checked="checked" @endif id="copy_link_5"
value="on">
|
{{ __('Bug Report') }} |
bug_report) && $result->bug_report == 'on') checked="checked" @endif id="copy_link_6"
value="on">
|
{{ __('Task') }} |
task) && $result->task == 'on') checked="checked" @endif value="on">
|
{{ __('Tracker details') }} |
tracker_details) && $result->tracker_details == 'on') checked="checked" @endif id="copy_link_8"
value="on">
|
{{ __('Timesheet') }} |
timesheet) && $result->timesheet == 'on') checked="checked" @endif id="copy_link_9"
value="on">
|
{{ __('Progress') }} |
progress) && $result->progress == 'on') checked="checked" @endif id="copy_link_10"
value="on">
|
{{ __('Password Protected') }} |
password_protected) && $result->password_protected == 'on') checked="checked" @endif value="on">
|
{{-- @php if((isset($request->password)) && (Hash::check($project->password, $project->password))){ $password = \Illuminate\Support\Facades\Crypt::decrypt($project->password) } @endphp --}} |