@extends('layouts.admin.e-commerce.app') @section('title', 'author List') @push('css') @endpush @section('content') author List Home author List author List SL Name Action @foreach ($author as $key => $data) {{$key + 1}} {{$data->name}} @csrf @method('DELETE') @endforeach @endsection @push('js') @endpush