@extends('admin.layout.app') @section('heading', 'Authors') @section('button') Add @endsection @section('main_content')
@foreach($authors as $row) @endforeach
SL Photo Name Email Action
{{ $loop->iteration }} @if($row->photo == NULL) @else @endif {{ $row->name }} {{ $row->email }} Edit Delete
@endsection