@extends('admin.admin-master-template-with-datatable') @section('content')

Books Add New

@foreach($obj as $key => $val) @endforeach
Image Name Description Actions
{{$val->name}} {{$val->description}} Edit Delete Details
@endsection