@extends('layouts.app') @section('page_css') @parent @endsection @section('header_scripts') @parent @endsection @section('content')
| Name | Category | Sub Category | Assigned Programs | Details | Action |
|---|---|---|---|---|---|
| {{ $_shared_startups["name"] }} | {{ $_shared_startups["cat_name"] }} | {{ $_shared_startups["sub_cat_name"] }} |
|
@if( $doc_details != '' && strlen($doc_details) > 25) {!! substr($doc_details,0,25) !!} Read More @else {{$doc_details}} @endif |
@if(@$has_rights['edit'])
@endif
@if(@$has_rights['delete'])
@endif
@if(@$has_rights['view_detail'])
@if($field_type == 'file_upload')
@if($doc_type == 'video')
@elseif($doc_type == 'other')
@endif
@elseif($field_type == 'url')
@php
$doc_url = "javascript:void(0);";
$target = "" ;
if($_shared_startups["url"])
{
$doc_url = $_shared_startups["url"];
$target = "_blank";
}
@endphp
@if($url_type == 'youtube_link' )
@elseif($url_type == 'other')
@endif
@endif
@endif
|