@extends('modules.head') @section('contenido')
@csrf



@if($canEditCashLimit)

* @error('cash_limit'){{ $message }}@enderror
@endif @if (\Session::has('successMsg'))

{!! \Session::get('successMsg') !!} @endif

@if($canEditCashLimit)

This is only possible to current user (CEO).

@endif
@endsection