@extends('layouts.master') @section('title', 'Waste Types') @section('content')
Add Waste Type @if(Session::has('error'))
{{ Session::get('error') }}
@endif @if(Session::has('success'))
{{ Session::get('success') }}
@endif @if($wastes) @foreach($wastes as $waste) @endforeach @endif
@endsection @section('pageJS') @endsection