fix some error in notification frontend

This commit is contained in:
Jack Goh
2018-08-30 16:48:29 +08:00
parent bd1e38273e
commit 5cecb731f6
3 changed files with 17 additions and 17 deletions
@@ -20,7 +20,6 @@ use DateTime;
class BookingController extends Controller
{
public function index(){
$user = Auth::user();
$bookings = Booking::select('user_id', 'id', 'created_at', 'status', 'rate', 'term', 'amount', 'bia', 'verification_status')