@extends('layouts.mastercms') @section('content')

Book title:

{{ucwords($book->title)}}

Book author:

{{ucwords($book->author)}}

Publishing date:

{{$book->published_date}}

ISBN number:

{{$book->ISBN_num}}

Language:

{{ucwords($book->lang)}}

@endsection