- Home
- Share
@if (Session::get('error_msg'))
{{Session::get('error_msg')}}
@endif
@if (Session::get('succ_msg'))
{{Session::get('succ_msg')}}
@endif
@include("left_menu")
Shared Data
Date |
Sender |
File Name |
Action |
@foreach($data_resumes as $lik)
{{$lik->name}}
@if($lik->access=='PUB')
{{--*/ $viewName = @end( @explode( '.', $lik->path ) ) /*--}}
@else
@endif
@endforeach
@if(count($data_resumes)>5)
@endif
@foreach($data_picture as $lik)
@endforeach
@if(count($data_picture)>3)
@endif
@if(!empty($data_video) && count($data_video)>0)
@foreach($data_video as $lik)
@endforeach
@else
No Videos Found
@endif
@if(count($data_video)>3)
@endif
@endsection
@section('js')
@endsection