@extends('layouts.app') @section('page_css') @parent @endsection @section('content') @php $doc_url = $shared_startups['url'] ?? "" ; $url_type = $shared_startups['url_type'] ?? "" ; $doc_type = $shared_startups['doc_type'] ?? "" ; $doc_file_name = $shared_startups['file_name'] ?? "" ; @endphp
@csrf
@php $checked=""; $doc_uploads_field_type = $shared_startups['field_type']; if($doc_uploads_field_type == "url") { $checked="checked"; } @endphp
@php $checked=""; if($shared_startups['field_type']=="file_upload") { $checked="checked"; } @endphp
@endsection @section('page_scripts') @parent @endsection