@extends('library.admin.layouts.admin_design') @section('title') View Authors - School Library @endsection @section('content')

Authors

View All Authors

@foreach($author as $cat) {{-- @if(explode(',', $cat->category_id) == $categ->id) --}} @endforeach
# Author Name Image Category ID Status Actions
{{$loop->index + 1}} {{$cat->name}} {{$cat->image}} {{($cat->category_id)}} @if ($cat->status) @else @endif {{-- --}}
@endsection @section('scripts') @endsection