@extends('layouts.master') @section('content')
@csrf
@error('stok_keluar') {{ $message }} @enderror
Keluar
@section('script') @endsection @endsection