@extends('../layout/' . $layout)
@section('subhead')
Atarud MIS - Book Store
@endsection
@section('subcontent')
Book Store
@if(session()->get('msg'))
{{ session()->get('msg') }}
@endif
@foreach ($data as $book)
@endforeach
@endsection
@section('script')
@endsection