@extends('themes.backend.layouts.app') @section('breadcrumb') {{ Breadcrumbs::render('customfield.grouptype.classtemplate.edit', $dataArr) }} @endsection @section('content')
{{ __('admin.customfield.grouptype.classtemplate.edit_txt') }}
{{ csrf_field() }} {{ method_field('PATCH') }} {{ __('admin.general_lbl') }}
{{ __('admin.cancel_txt') }}
@stop @push('scripts') @endpush