@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Book Store @endsection @section('subcontent')
{{-- Add --}}

Book Store

@if(session()->get('msg')) @endif
@foreach ($data as $book)
{{-- --}}
{{ $book->name }}
@endforeach
@endsection @section('script') @endsection