@extends('template.layouts.page') @section('title', __('Merge categories')) @section('content_container_classes', 'container-lg') @section('content_header', __('Merge categories')) @section('content')
{{ __('Select categories to merge') }}
{{ __('This action cannot be undone. Proceed with caution.') }} @csrf
@stop