@extends('layouts.app') @section('title') Create Eluent Monitoring @endsection @section('breadcrumb')

{{__('Eluent Monitoring')}}

@endsection @section('content')

{{ __('Create Eluent Monitoring') }}

@csrf @include('admin.eluent_monitoring._form')
@endsection