@extends('layouts.app') @section('title', 'Edit Water Production') @section('content')
Back to Water Production

Edit Water Production

{{ $production->source_name }} · {{ $production->period->format('F Y') }}

@csrf @method('PUT') @include('water-productions.partials.form')
Cancel
@endsection