@extends('layouts.production') @section('addCss') @endsection @section('content')

{{Trans("debts.menu")}}

@include('layouts.includes.message')

{{ trans('dashboard.others.show_all') }}

@if (user_can('create_debt')) {{ trans('dashboard.crud.add') }} @endif
@endsection @section('addJs') @endsection