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

{{ label("Subscribers List") }}

{{label("Create New")}}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{label("Sn.")}} {{ label("title") }} {{ label("alias") }} {{ label("email") }} {{ label("Action") }}
{{ $i++ }}{{ $item->title }}
{{ $item->alias }}
change alias
{{ $item->email }}
@endsection @push("css") @endpush @push("js") @endpush