@extends('layouts.manage')
@section('title')
@lang('Edit Collection')
@endsection
@section('page-header-title')
@lang('Edit Collection') @lang('View Collections')
@endsection
@section('page-header-description')
@lang('Edit Collection') @lang('Go Back')
@endsection
@section('styles')
@include('partials.manage.categories-tree-style')
@endsection
@section('scripts')
@include('partials.manage.categories-tree-script');
@if(config('settings.toast_notifications_enable'))
@endif
@endsection
@section('content')
@include('partials.manage.collections.edit')
@endsection