@extends('layouts.admin.e-commerce.app') @section('title', 'author List') @push('css') @endpush @section('content')

author List

author List

@foreach ($author as $key => $data) @endforeach
SL Name Action
{{$key + 1}} {{$data->name}}
@csrf @method('DELETE')
@endsection @push('js') @endpush