@extends('layouts.admin') @section('title', 'New Bottle Intake ยท Aromaniacs ERP') @section('overline', 'Inventory') @section('heading', 'New Bottle Intake') @section('content')
@csrf @include('admin.bottle-intakes._form')
@endsection