@extends('layouts.delete') @section('webtitle') {{ trans('menu.deleteInput') }} @endsection @section('title') {{ trans('msg.deletingStory') }}: @endsection @section('subtitle')

"{{ $ex_input->complete_story }}".

{{ trans('msg.confirm') }}

@endsection @section('confirm_message') {{ trans('msg.theInput') }} {{ trans('msg.permRemoved') }} {{ trans('msg.db') }} @endsection @section('confirm_button')
@method('DELETE') @csrf
@endsection @section('revert_message') {{ trans('msg.theInput') }} {{ trans('msg.notRemoved') }} {{ trans('msg.db') }} @endsection @section('revert_button') {{ trans('btn.cancel') }} @endsection