@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']) }} {{ Form::close() }}