@extends('front.template.master')
@section('title', $title)
@section('content')
@foreach($banner as $r)
@if(!empty($r->image))
@else
@endif
@endforeach
@foreach($banner1 as $r)
@if(!empty($r->image))
@else
@endif
@endforeach
@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
@foreach($trend as $r)
@if(!empty($r->image))
@else
@endif
{{ $r->title }}
{{ str_limit($r->description, $limit = 50, $end = '...') }}
@endforeach
How do businesses take concrete
action?
@foreach($latrfp1 as $r)
@if(!empty($r->company_image))
@else
@endif
{{ str_limit(strip_tags(html_entity_decode($r->rfp_description)), $limit = 50, $end = '...') }}
@endforeach
@foreach($latrfp2 as $r)
@if(!empty($r->company_image))
@else
@endif
{{ str_limit(strip_tags(html_entity_decode($r->rfp_description)), $limit = 50, $end = '...') }}
@endforeach
Previous
Next
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
Impact Of CSR
1500+
CSR Members
350+
CSR Events
3500+
Jobs Available
300+
Awards Won
Join Us
@endsection