@extends('layouts.app') @section('title','Outward Stock Entry') @section('content')

Outward Stock Entry

@if(session('success'))
{{ session('success') }}
@elseif(session('error'))
{{ session('error') }}
@endif
@csrf
@endsection