@extends('layouts.master') @section('styles') @endsection @section('title') @lang('Edit Change Process') @endsection @section('breadcrumbs') @component('components.breadcrumb', [ 'items' => [ ['url' => route('change-process.index'), 'label' => __('Change process list')], ], 'title' => __('Edit Change Process') ])@endcomponent @endsection @section('content')