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

@lang('Edit') @lang('Phase')

@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('config.phase.behavior',[ 'option' => 'update', 'record' => $record, ])
@include('partials.changes') @include('partials.containers-footer') @endsection @section('javascript') @endsection