@extends('backoffice.layout.master') @section('setSectionTitle', __('Modifica news')) @section('setSectionButton') {{ __('Torna alle news') }} @endsection @section('setContent')
@csrf @method('PUT')
{{ __('Annulla') }}
@endsection