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

Book Details

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

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

الكاتب: {{ $book->writer }}

البلد: {{ $book->country }}

صالة رقم: {{ $book->block_no }}

جناح رقم: {{ $book->section_no }}

الوصف: {{ $book->description }}

الوصف المختصر: {{ $book->excerpt }}

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

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

تصنيف الكتاب: {{ $book->book_class }}

{{--

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

--}}
السوشال ميديا:
تعديل جميع الكتب {!! Form::open(['route' => ['books.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