@extends('layouts.appInnerWithLeftSideBar') @section('seoTitle') {{ $title }} @ {{ env('SEO_NAME') }} @endsection @section('leftTitle') Browse Category @endsection @section('title') {{ $title }} @endsection @section('leftSideBar')
Location:
{{ $job->city }}, {{ $job->state }}
Company:
{{ getEmployerByUserId($job->user_id) }}
Company:
{{ $job->company_name }}
Salary (Annually):
@if($job->salary_from)
Rs. {{ $job->salary_from }}
@else
Undisclosed
@endif