@extends('layouts.dashboard') @section('content')
@if (Session::has('message'))
@endif
Quantity
@php $route = route('quantity.add'); @endphp @include('admin.quantity._form')
@endsection @push('scripts') @endpush