vendredi 19 juin 2020

How can this possible to cheek and hide a

cheek and hide a tag in laravel from, If its already submitted by this user. webpage sample

my database table name is savings and it cheek in target column i already call this data table using controller in same blade file

    $data['save']=Save::whereUser_id(Auth::user()->id)->get();

and use in same blade file @foreach($save as $val)

But what next...I dont know... my Database

This is the form section start

                  <select class="form-control" id="exampleFormControlSelect1" name="target">
                    <option>Jan 2020</option>
                    <option>Feb 2020</option>
                    <option>March 2020</option>
                    <option>April 2020</option>
                    <option>May 2020</option>
                    <option>June 2020</option>
                    <option>July 2020</option>
                    <option>Aug 2020</option>
                    <option>Sep 2020</option>
                    <option>Oct 2020</option>
                    <option>Nov 2020</option>
                    <option>Dec 2020</option>
                  </select>

Aucun commentaire:

Enregistrer un commentaire