@extends('crudbooster::admin_template') @section('content')
Add Form
@foreach($resources as $resource) @endforeach
Material Description Demand Supply
{{@$resource->material}} {{@$resource->description}} {{@$resource->demand}} {{@$resource->supply}}
@endsection