@extends('backend.template') @section('content')
{{ label('Features List') }}
{{ label('Create New') }}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{ label('S.N') }} {{ label('Title') }} {{ label('Alias') }} {{ label('Number') }} {{ label('Action') }}
{{ $i++ }} {{ $item->title }}
{{ $item->alias }}
change alias
{{ $item->number }}
@endsection @push('css') @endpush @push('js') @endpush