@extends('layouts.master') @section('title', 'Add Waste Type') @section('content')
@if(Session::has('error'))
{{ Session::get('error') }}
@endif @if(Session::has('success'))
{{ Session::get('success') }}
@endif
@csrf
$
7 Days
$
1 Day
@if($containers)
@foreach($containers as $container)
$
@endforeach
@endif
$ extra hire per day after days
$ per tonne additional customer charge for weights exceeding allowance of 150kg per cubic metre.

$
@endsection @section('pageJS') @endsection @section('pageCSS') @endsection