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

{{ label('News List') }}

{{ label('Create New') }}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{ label('Sn.') }} {{ label('Title') }} {{ label('Parent') }} {{ label('Alias') }} {{ label('Action') }}
{{ $i++ }} {{ $item->title }} {!! getFieldData('tbl_news', 'title', 'news_id', $item->parent_news) !!}
{{ $item->alias }}
change alias
@endsection @push('css') @endpush @push('js') @endpush