@extends('layouts.master') @section('title', 'Project Document') @section('content')

{{ trans('pregnancy_declaration.pregnancy_declaration') }}

@if ($type == 'edit') @else {{ trans('project.edit') }} {{ trans('project.export_excel') }} {{ trans('project.export_pdf') }} @endif
@csrf
check_1 == 1 ? 'checked' : '' }} {{ $type == 'detail' ? 'disabled' : '' }}>
check_2 == 1 ? 'checked' : '' }} {{ $type == 'detail' ? 'disabled' : '' }}>
detail_check_1 == 1 ? 'checked' : '' }} {{ $type == 'detail' ? 'disabled' : '' }}>
detail_check_2 == 1 ? 'checked' : '' }} {{ $type == 'detail' ? 'disabled' : '' }}>
detail_check_3 == 1 ? 'checked' : '' }} {{ $type == 'detail' ? 'disabled' : '' }}>
detail_check_4 == 1 ? 'checked' : '' }} {{ $type == 'detail' ? 'disabled' : '' }}>
detail_check_5 == 1 ? 'checked' : '' }} {{ $type == 'detail' ? 'disabled' : '' }}>
detail_check_6 == 1 ? 'checked' : '' }} {{ $type == 'detail' ? 'disabled' : '' }}>
{{--
detail_check_7 == 1 ? 'checked' : '' }} {{ $type == 'detail' ? 'disabled' : '' }}>
--}}
return_check_1 == 1 ? 'checked' : '' }} {{ $type == 'detail' ? 'disabled' : '' }}>
return_check_2 == 1 ? 'checked' : '' }} {{ $type == 'detail' ? 'disabled' : '' }}>
return_check_3 == 1 ? 'checked' : '' }} {{ $type == 'detail' ? 'disabled' : '' }}>
@endsection @section('script-footer') @if (session('changePasswordAlert')) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection