diff --git a/app/Models/Orders.php b/app/Models/Orders.php index 0d3a631..c66c87c 100755 --- a/app/Models/Orders.php +++ b/app/Models/Orders.php @@ -33,7 +33,7 @@ class Orders extends SoftDeletesModel { dd($this->paramedic_id && $this->project->agreement == 1 - && strtotime($this->created_at) >= strtotime(Orders::AGREEMENT_START_DATE)); + ); if ($this->paramedic_id && $this->project->agreement == 1 && strtotime($this->created_at) >= strtotime(Orders::AGREEMENT_START_DATE)