@extends('layouts.mastercms') @section('content')
{{ucwords($book->title)}}
{{ucwords($book->author)}}
{{$book->published_date}}
{{$book->ISBN_num}}
{{ucwords($book->lang)}}