@extends('layouts.master') @section('content') @include('partials.containers-header')
@include('partials.errors_display')

@lang('Edit '.$name)

@csrf @method('PUT')
@include('partials.edit-buttons',[ 'model' => $model, 'btns' => 'mics' ])
@include('frequency.fields',[ 'option' => 'update', 'record' => $record, 'freqfun' => $freqfun, ])
@include('partials.changes') @include('partials.containers-footer') @endsection @push('scripts') @endpush