@extends('layouts.app') @section('content')

Add Consumable

@include('adminlte-templates::common.errors')
{!! BootForm::open()->multipart()->action(url('/admin/consumableConsumpations/add')) !!} {!! BootForm::bind($settings)!!} @include('consumable_consumpations.edit_fields') {!! BootForm::close() !!}
@endsection