@extends('layouts.manage')
@section('title')
@lang('Edit Specification Types')
@endsection
@section('page-header-title')
@lang('Edit Specification Types') @lang('View Specifications')
@endsection
@section('page-header-description')
@lang('Edit Specification Types') @lang('Go Back')
@endsection
@section('scripts')
@if(config('settings.toast_notifications_enable'))
@endif
@endsection
@section('content')
@include('partials.manage.specification-types.edit')
@endsection