@extends('layouts.master') @section('title', 'Add Container') @section('content') @if(Session::has('error')) {{ Session::get('error') }} @endif @if(Session::has('success')) {{ Session::get('success') }} @endif @csrf Size Description {{ old('description') }} Image Enable/Disable Waste Types @if($wastes) @foreach($wastes as $waste) {{ $waste->name }} : Total Qty Available Qty @endforeach @endif @endsection @section('pageJS') @endsection