samedi 17 août 2019

i defined two variable in controller function but i can't access both in view

in controller at return i passed 2 variable with ->with ('',$..) but i can't access both variable in my view

<table border="1" >
    <tr>
        <td>Total Income  </td>
        <td>Remaining Balance</td>
    </tr>

    <tr>
        <td>Withdrawn  </td>
    </tr>

i want to access both balance and result but i can't access.The error shows that Undefined variable balance .



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire