@extends('inventory.layout') @section('title', 'Add Items') @section('content') @push('head') @endpush
@include('include.message')

{{ __('Add Items')}}

@csrf
@push('script') @endpush @endsection