@extends('front.template.master') @section('title', $title) @section('content')
@foreach($banner2 as $r)
@if(!empty($r->image)) @else @endif
@endforeach
@foreach($banner3 as $r)
@if(!empty($r->image)) @else @endif
@endforeach
@foreach($banner4 as $r)
@if(!empty($r->image)) @else @endif
@endforeach

What do you really know about CSR?

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages... Know more

Join Us
@foreach($content as $c)

{{ $c->video_title }}

@endforeach

In Trend

View All
@foreach($trend as $r)
@if(!empty($r->image)) @else @endif
{{ $r->title }}

{{ str_limit($r->description, $limit = 50, $end = '...') }}

@endforeach

Events at CSR

View All

How do businesses take concrete action?

    @foreach($event as $r)
  • {{ $r->title }}

    {{ str_limit($r->description, $limit = 50, $end = '...') }} Know more

  • @endforeach

RFP

View All

Prime Jobs

@foreach($latjobs as $j)
@foreach($users as $k=>$us) @if($j->organisation == $us->id) @if($us->user_image) @else @endif @endif @endforeach
{{ $j->job_title }}
@foreach($users as $k=>$us) @if($j->organisation == $us->id) {{ $us->name }} @endif @endforeach
@if(!empty($j->experience)) {{ $j->experience }} year's @else 1 year @endif
@foreach($jobscity as $c) @if($c->city_id == $j->id) {{ $c->city }}, @endif @endforeach @foreach($jobsstate as $s) @if($s->state_id == $j->id) {{ $s->name }}, @endif @endforeach @foreach($jobscountry as $k) @if($k->job_id == $j->id) {{ $k->name }} @endif @endforeach
Last date to apply : {{ Carbon\Carbon::parse($j->closing_date)->format('d-M-Y') }} @if (Auth::check()) @php $userId = Auth::user()->id; @endphp @foreach($savedjob as $s) @if($s->job_id == $j->id && $s->user_id == $userId) Applied @endif @endforeach @endif
@endforeach
@foreach($advertisement as $a)
@if(!empty($a->image)) @else @endif
{{ $a->title }}
@endforeach

Impact Of CSR

1500+

CSR Members

350+

CSR Events

3500+

Jobs Available

300+

Awards Won
Join Us
@endsection