@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Halaman Barang Keluar

@stop @section('content')
@if (session()->has('gagal')) @endif

Barang Keluar   tambah

@php $no=1 @endphp @foreach ($keluar as $data) @endforeach
No Kode Barang Keluar Tanggal Keluar Nama Barang Qty Pengeluar Keterangan Aksi
{{$no++}} {{$data->kode_barang_keluar}} {{$data->tanggal_keluar}} {{$data->barang->nama}} {{$data->qty}} {{$data->user->name}} {{$data->ket}}
@method('delete') @csrf Edit
@stop @section('css') @stop