@extends('layouts.member-app') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@lang('modules.projectTemplate.updateTitle')
{!! Form::open(['id'=>'updateProject','class'=>'ajax-form','method'=>'PUT']) !!}
client_view_task == "enable") checked @endif type="checkbox">
allow_client_notification == "enable") checked @endif type="checkbox">
manual_timelog == "enable") checked @endif type="checkbox">
{!! Form::close() !!}
@endsection @push('footer-script') @endpush