@extends('layout') @section('css') @endsection @section('content')
{{-- --}}
@if(!$packings->isEmpty()) @foreach($packings as $packing) @endforeach @else @endif
Nama Actions
{{ $packing->nama }}
Data Kosong
@csrf
Tambah Packing
Reset
@endsection @section('js') @endsection