@extends('admin.template.master') @section('stylesheets') @endsection @section('title')

Product Book

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif
ID Title Book Name Status Created By Updated By Action
@endsection @section('javascripts') @endsection