@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('alias') }} {{ label('image') }} {{ label('Action') }}
{{ $i++ }} {{ $item->title }} {{ $item->alias }} {{ showImageThumb($item->image) }}
@endsection @push('css') @endpush @push('js') @endpush