@extends('panel.layouts.layout') @section('content')
@lang('home.categories_list')
@lang('home.home') / @lang('home.groups') / @lang('home.groups_list')
@if(Session('success'))
× @lang('home.success')! {{session('success')}}.
@endif
@csrf
@foreach($reasons as $reason) @endforeach
# @lang('home.name') @lang('home.edit') @lang('home.delete')
{{ @$reason->id }} {{@$reason->translations->first()->name}}
  • @include('panel.report_reasons.delete_from_list')
    @stop @section('jsCode') @stop