@extends('../layout/' . $layout)
@section('subhead')
Atarud MIS - Book Transactions List
@endsection
@section('subcontent')
Book Transaction List
# |
Book |
Quantity |
Date |
Transaction Type |
Status |
Actions |
@include('../pages/book_transactions/create')
@endsection
@section('script')
@endsection