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

{{ label('Authors List') }}

{{ label('Create New') }}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{ label('Sn.') }} {{ label('title') }} {{ label('alias') }} {{ label('author_email') }} {{ label('author_description') }} {{ label('author_image') }} {{ label('createdBy') }} {{ label('updatedBy') }} {{ label('Action') }}
{{ $i++ }} {{ $item->title }}
{{ $item->alias }}
change alias
{{ $item->author_email }} {{ $item->author_description }} {{ showImageThumb($item->author_image) }} {{ $item->createdBy }} {{ $item->updatedBy }}
@endsection @push('css') @endpush @push('js') @endpush