@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