@extends('templates.app') @if ($company->seo_title) @section('title',$company->seo_title) @else @section('title',$company->heading) @endif @if ($company->seo_description) @section('description',$company->seo_description) @else @section('description',$company->small_description) @endif @section('seo_url',$company->slug_name) @section('content') @include('templates.navbar')
{{ $company->heading }}

{!! $company->small_description !!}

{{ $company->page_heading }}

{!! $company->page_description !!}

{{--
Criteria Details
Percentage Min 60% or 6 CGPA throughout academics and an aggregate of 70% or 7 CGPA in the highest qualification, till the semester for which results have been declared
Backlogs/ Arrears / ATKT No active backlogs/ arrears/ ATKT at the time of appearing for the process No pending backlogs/ arrears/ ATKT at the time of joining. If anything – to be cleared within the final sem
Gap/ Break in Education The break should not be due to extended education Break to not exceed 24 months (Permissible only for valid reasons)
--}} {{--
{{ $company->page_heading }}
  • Round 1: TCS Digital Online Test
  • Round 2: Technical Interview
  • Round 3: HR Interview
--}}
@endsection