'json', ]; public function modelFilter() { return \App\Admin\Filters\AgreementFilter::class; } public function employee() { return $this->belongsTo(Employee::class, 'employee_id'); } public function store() { return $this->belongsTo(Store::class, 'store_id'); } }