@extends('layouts.delete') @section('webtitle') {{ trans('menu.deleteInput') }} @endsection @section('title') {{ trans('msg.deletingInputCat', ['name' => $ex_input->name[app()->getLocale()], 'category' => $ex_input->category[app()->getLocale()]]) }} @endsection @section('subtitle') {{ trans('menu.deleteInput') }}. {{ trans('msg.confirm') }} @endsection @section('confirm_message') {{ trans('msg.theInput') }} {{ trans('msg.permRemoved') }} {{ trans('msg.db') }} @endsection @section('confirm_button')
@endsection @section('revert_message') {{ trans('msg.theInput') }} {{ trans('msg.notRemoved') }} {{ trans('msg.db') }} @endsection @section('revert_button') {{ trans('btn.cancel') }} @endsection