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

{{$bookauthor->name}}

image
{{$bookauthor->address}}
{{$bookauthor->DOB}}
{{$bookauthor->phone}}
{{$bookauthor->working_field}}
@if(!is_null($bookauthor->facebook)) @endif @if(!is_null($bookauthor->twitter)) @endif @if(!is_null($bookauthor->instagram)) @endif @if(!is_null($bookauthor->linkedin)) @endif @if(!is_null($bookauthor->google)) @endif

@foreach($book as $bk) {{$bk->title." ,"}} @endforeach
@endsection