@extends('front.layouts.app') @section('css') @endsection @section('content')

{{$row->title}}

المؤلف : {{$row->writer_id ? $row->Writer->name : $row->writer}}

درا النشر : {{$row->publisher_id ? $row->Publisher->name : $row->publisher}}

تاريخ النشر : {{$row->published_at}}

نوع الطباعة : {{$row->print_type}}

نبذة عن الكتاب

{!! $row->description !!}

كتب اخرى

@endsection