@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("work_experience") }} | {{ label("postedon") }} | {{ label("Action") }} |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {{ $item->title }} |
{{ $item->alias }}
change alias
|
{{ $item->countries_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->work_experience }} | {{ $item->postedon }} |
|