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

{{ label('Countryarticles List') }}

{{ label('Create New') }}
{{-- --}} @php $i = 1; @endphp @foreach ($data as $item) {{-- --}} @endforeach
{{ label('Sn.') }} {{ label('Image') }}{{ label('Parent') }}{{ label('Title') }} {{ label('Alias') }} {{ label('Countries') }} {{ label('Action') }}
{{ $i++ }} {{ showImageThumb($item->thumb) }} {!! getFieldData('tbl_countryarticles', 'title', 'article_id', $item->parent_article) !!} {{ $item->title }}
{{ $item->alias }}
change alias
{!! getFieldData('tbl_countries', 'title', 'country_id', $item->countries_id) !!}
@endsection @push('css') @endpush @push('js') @endpush