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

@lang('Edit '.$name)

@include('config.phase.tabs')
@csrf @method('PUT')
@include('partials.edit-buttons',[ 'model' => $model, 'btns' => 'mics' ]) @if ($record->deleteable) @lang('Data Reset') @endif
@include('config.phase.fields',[ 'option' => 'update', 'record' => $record, ])
{{ Form::label('actual_data','Actual Data') }}
{{ Form::label('another_id','Copy From') }}
{{ Form::label('data_copy','What Copy ?') }}
@csrf @method('PUT')
@include('partials.edit-buttons',[ 'model' => $model, 'btns' => 'mics' ])
@include('config.phase.behavior',[ 'option' => 'update', 'record' => $record, ])
@include('partials.changes') @include('partials.containers-footer') @endsection @section('javascript') @endsection