@extends('backend.template') @section('content')

{{ label("Recruitmentarticles List") }}

{{label("Create New")}}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{label("Sn.")}} {{ label("parent_article") }} {{ label("title") }} {{ label("alias") }} {{ label("cover_photo") }} {{ label("Action") }}
{{ $i++ }} {!! getFieldData("tbl_recruitmentarticles", "title", "article_id", $item->parent_article) !!} {{ $item->title }}
{{ $item->alias }}
change alias
{{ showImageThumb($item->cover_photo) }}
@endsection @push("css") @endpush @push("js") @endpush