@extends('adminlte::page') @section('title', 'Stock Item Add') @section('content_header')

@if(isset($stock)) Edit Stock Item @else Add Stock Item @endif

@stop @section('content')

@if(isset($stock)) Edit Stock Item Form @else Add Stock Item Form @endif

@csrf
@if(isset($stock))
@else

Current Stock: {{$stock_count}}

@endif
@stop @section('css') @stop @section('js') @stop