@extends('writer-dashboard.layout.app') @section('style') @endsection @section('content')

Book Details

@if ($book->image) {{ $book->title }} @else No Image @endif
Title: {{ $book->title }}

دار النشر: {{ $book->publisher }}

Writer: {{ $book->writer }}

Country: {{ $book->country }}

Block Number: {{ $book->block_no }}

Section Number: {{ $book->section_no }}

Description: {{ $book->description }}

Excerpt: {{ $book->excerpt }}

Published At: {{ $book->published_at }}

Print Type: {{ $book->print_type }}

Class: {{ $book->class }}

Places: {{ $book->palce_1 }}, {{ $book->palce_2 }}

Social Links:
Edit Back to List {!! Form::open(['route' => ['writer-images.destroy', $book->id], 'method' => 'DELETE', 'style' => 'display:inline']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger', 'onclick' => 'return confirm("Are you sure you want to delete this book?")']) !!} {!! Form::close() !!}
@endsection @section('script') @endsection