@extends('backend.template') @section('content')
{{label("Sn.")}} | {{ label("title") }} | {{ label("alias") }} | {{ label("countries_id") }} | {{ label("companies_id") }} | {{ label("salary") }} | {{ label("required_nos") }} | {{ label("contract_period") }} | {{ label("duty_hrs") }} | {{ label("working_days") }} | {{ label("overtime") }} | {{ label("food_allowance") }} | {{ label("transport_allowance") }} | {{ label("accomodation_allowance") }} | {{ label("medical_provided") }} | {{ label("insurance_provided") }} | {{ label("required_documents") }} | {{ label("qualification") }} | {{ label("experience") }} | {{ label("image") }} | {{ label("thumb") }} | {{ label("cover") }} | {{ label("postedon") }} | {{ label("Action") }} |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {{ $item->title }} |
{{ $item->alias }}
change alias
|
{!! getFieldData("tbl_countries", "title", "country_id", $item->countries_id) !!} | {!! getFieldData("tbl_companies", "title", "company_id", $item->companies_id) !!} | {{ $item->salary }} | {{ $item->required_nos }} | {{ $item->contract_period }} | {{ $item->duty_hrs }} | {{ $item->working_days }} | {{ $item->overtime }} | {{ $item->food_allowance }} | {{ $item->transport_allowance }} | {{ $item->accomodation_allowance }} | {{ $item->medical_provided }} | {{ $item->insurance_provided }} | {{ $item->required_documents }} | {{ $item->qualification }} | {{ $item->experience }} | {{ showImageThumb($item->image) }} | {{ showImageThumb($item->thumb) }} | {{ showImageThumb($item->cover) }} | {{ myDate($item->postedon) }} |
|