@php $password = base64_decode($project->password); $setting = []; if ($project->copylinksetting) { $setting = json_decode($project->copylinksetting); } @endphp {{ Form::open(['route' => ['project.setting.save', $project->id], 'method' => 'POST']) }}
| {{ __('Name') }} | {{ __('Off/On') }} |
|---|---|
| {{ __('Basic details') }} |
basic_details) && $setting->basic_details == 'on') checked="checked" @endif id="copy_link_1"
value="on">
|
| {{ __('Member') }} |
member) && $setting->member == 'on') checked="checked" @endif id="copy_link_2"
value="on">
|
| {{ __('Client') }} |
client) && $setting->client == 'on') checked="checked" @endif id="copy_link_21"
value="on">
|
| {{ __('Vendor') }} |
vendor) && $setting->vendor == 'on') checked="checked" @endif id="copy_link_22"
value="on">
|
| {{ __('Milestone') }} |
milestone) && $setting->milestone == 'on') checked="checked" @endif id="copy_link_3"
value="on">
|
| {{ __('Activity') }} |
activity) && $setting->activity == 'on') checked="checked" @endif id="copy_link_4"
value="on">
|
| {{ __('Files') }} |
attachment) && $setting->attachment == 'on') checked="checked" @endif id="copy_link_5"
value="on">
|
| {{ __('Task') }} |
task) && $setting->task == 'on') checked="checked" @endif value="on">
|
| {{ __('Bug Report') }} |
bug_report) && $setting->bug_report == 'on') checked="checked" @endif id="copy_link_6"
value="on">
|
| {{ __('Invoice') }} |
invoice) && $setting->invoice == 'on') checked="checked" @endif value="on">
|
| {{ __('Bill') }} |
bill) && $setting->bill == 'on') checked="checked" @endif value="on">
|
| {{ __('Timesheet') }} |
timesheet) && $setting->timesheet == 'on') checked="checked" @endif id="copy_link_9"
value="on">
|
| {{ __('Documents') }} |
documents) && $setting->documents == 'on') checked="checked" @endif id="copy_link_9"
value="on">
|
| {{ __('Progress') }} |
progress) && $setting->progress == 'on') checked="checked" @endif id="copy_link_10"
value="on">
|
| {{ __('Password Protected') }} |
password_protected) && $setting->password_protected == 'on') checked="checked" @endif value="on">
|
| {{ __('Retainer') }} |
retainer) && $setting->retainer == 'on') checked="checked" @endif id="copy_link_10"
value="on">
|
| {{ __('Proposal') }} |
proposal) && $setting->proposal == 'on') checked="checked" @endif id="copy_link_12"
value="on">
|
| {{ __('Procurement') }} |
procurement) && $setting->procurement == 'on') checked="checked" @endif id="copy_link_14"
value="on">
|