@extends('layouts.main') @section('title') {{ __("Report Reasons") }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@can('report-reason-create')
*
@endcan
@canany(['report-reason-update','report-reason-delete']) @endcanany
{{ __('ID') }} {{ __('Reason') }}{{ __('Action') }}
@endsection