@extends('layouts.dashboard') @section('title', $wasteStation->exists ? 'Edit waste station' : 'Add waste station') @section('content')

{{ $wasteStation->exists ? 'Edit waste station' : 'Add waste station' }}

@csrf @if ($wasteStation->exists) @method('PUT') @endif
@endsection